TriggerRunsQueryResponse Class
A list of trigger runs.
Constructor
TriggerRunsQueryResponse(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
value
|
List of trigger 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 trigger runs. Required.
value: list['_models.TriggerRun']