TriggerRunsQueryResponse Class

A list of trigger runs.

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

Inheritance
TriggerRunsQueryResponse

Constructor

TriggerRunsQueryResponse(*, value: List[azure.synapse.artifacts.models._models_py3.TriggerRun], continuation_token: Optional[str] = None, **kwargs)

Parameters

value
list[TriggerRun]
Required

Required. List of trigger runs.

continuation_token
str
Required

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