Show / Hide Table of Contents

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.v1beta
Assembly: Google.Apis.WorkflowExecutions.v1beta.dll
Syntax
public enum ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.ListRequest.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.

In this article
Back to top Generated by DocFX