WorkflowRunActionListResult Class
The list of workflow run actions.
Constructor
WorkflowRunActionListResult(*, value: List[_models.WorkflowRunAction] | None = None, next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
A list of workflow run actions. |
next_link
|
The URL to get the next set of results. |
Variables
Name | Description |
---|---|
value
|
A list of workflow run actions. |
next_link
|
The URL to get the next set of results. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python