WorkflowRunListResult Class

The list of workflow runs.

Inheritance
azure.mgmt.web._serialization.Model
WorkflowRunListResult

Constructor

WorkflowRunListResult(*, value: List[_models.WorkflowRun] | None = None, next_link: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
value

A list of workflow runs.

next_link
str

The URL to get the next set of results.

Variables

Name Description
value

A list of workflow runs.

next_link
str

The URL to get the next set of results.