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