ActivityRunsQueryResponse Class

A list activity runs.

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

Inheritance
ActivityRunsQueryResponse

Constructor

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

Parameters

value
list[ActivityRun]
Required

Required. List of activity runs.

continuation_token
str
Required

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