Enum ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.ListRequest.ViewEnum
Optional. A view defining which fields should be filled in the returned executions. The API will default to the BASIC view.
Namespace: Google.Apis.WorkflowExecutions.v1
Assembly: Google.Apis.WorkflowExecutions.v1.dll
Syntax
public enum ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.ListRequest.ViewEnum
Fields
Name | Description |
---|---|
BASIC | Includes only basic metadata about the execution. The following fields are returned: name, start_time, end_time, duration, state, and workflow_revision_id. |
EXECUTIONVIEWUNSPECIFIED | The default / unset value. |
FULL | Includes all data. |