Show / Hide Table of Contents

Class WorkflowOperationMetadata

Metadata about the operation. Used to lookup the current status.

Inheritance
object
WorkflowOperationMetadata
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.CloudSupport.v2beta.Data
Assembly: Google.Apis.CloudSupport.v2beta.dll
Syntax
public class WorkflowOperationMetadata : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Namespace__

The namespace that the job was scheduled in. Must be included in the workflow metadata so the workflow status can be retrieved.

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

OperationAction

The type of action the operation is classified as.

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

WorkflowOperationType

Which version of the workflow service this operation came from.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX