Class WorkflowGraph
The workflow graph.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class WorkflowGraph : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Nodes
Output only. The workflow nodes.
Declaration
[JsonProperty("nodes")]
public virtual IList<WorkflowNode> Nodes { get; set; }
Property Value
Type | Description |
---|---|
IList<WorkflowNode> |