ActivityRunsQueryResponse Class
A list activity runs.
Constructor
ActivityRunsQueryResponse(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
value
|
List of activity runs. Required. |
|
continuation_token
|
The continuation token for getting the next page of results, if any remaining results exist, null otherwise. |
Attributes
continuation_token
The continuation token for getting the next page of results, if any remaining results exist, null otherwise.
continuation_token: str | None
value
List of activity runs. Required.
value: list['_models.ActivityRun']