WorkflowRunActionListResult Class

The list of workflow run actions.

Inheritance
WorkflowRunActionListResult

Constructor

WorkflowRunActionListResult(*, value: Optional[List[azure.mgmt.logic.models._models_py3.WorkflowRunAction]] = None, next_link: Optional[str] = None, **kwargs)

Variables

value
list[WorkflowRunAction]

A list of workflow run actions.

next_link
str

The URL to get the next set of results.