ActivityRunsQueryResponse Class

A list activity runs.

All required parameters must be populated in order to send to Azure.

Inheritance
ActivityRunsQueryResponse

Constructor

ActivityRunsQueryResponse(*, value: List[_models.ActivityRun], continuation_token: Optional[str] = None, **kwargs)

Variables

value
list[ActivityRun]

Required. List of activity runs.

continuation_token
str

The continuation token for getting the next page of results, if any remaining results exist, null otherwise.