Class WorkflowOperationMetadata
Metadata about the operation. Used to lookup the current status.
Implements
Inherited Members
Namespace: Google.Apis.CloudSupport.v2.Data
Assembly: Google.Apis.CloudSupport.v2.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 |