Show / Hide Table of Contents

Class Step

Represents a step of the workflow this execution is running.

Inheritance
object
Step
Implements
IDirectResponseSchema
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.Data
Assembly: Google.Apis.WorkflowExecutions.v1beta.dll
Syntax
public class Step : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Routine

Name of a routine within the workflow.

Declaration
[JsonProperty("routine")]
public virtual string Routine { get; set; }
Property Value
Type Description
string

StepValue

Name of a step within the routine.

Declaration
[JsonProperty("step")]
public virtual string StepValue { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX