Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.WorkflowsResource

The "workflows" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.WorkflowsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.WorkflowExecutions.v1beta
Assembly: Google.Apis.WorkflowExecutions.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.WorkflowsResource

Constructors

WorkflowsResource(IClientService)

Constructs a new resource.

Declaration
public WorkflowsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Executions

Gets the Executions resource.

Declaration
public virtual ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource Executions { get; }
Property Value
Type Description
ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource
In this article
Back to top Generated by DocFX