Enum ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.GetRequest.ViewEnum
Optional. A view defining which fields should be filled in the returned execution. The API will default to the FULL view.
Namespace: Google.Apis.WorkflowExecutions.v1
Assembly: Google.Apis.WorkflowExecutions.v1.dll
Syntax
public enum ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.GetRequest.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. |