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.v1beta
Assembly: Google.Apis.WorkflowExecutions.v1beta.dll
Syntax
public enum ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.GetRequest.ViewEnum
Fields
Name | Description |
---|---|
BASIC | Includes only basic metadata about the execution. Following fields are returned: name, start_time, end_time, state and workflow_revision_id. |
EXECUTIONVIEWUNSPECIFIED | The default / unset value. |
FULL | Includes all data. |