Class SparkPlanGraphNodeWrapper
Wrapper user to represent either a node or a cluster.
Inheritance
SparkPlanGraphNodeWrapper
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class SparkPlanGraphNodeWrapper : IDirectResponseSchema
Properties
Cluster
Declaration
[JsonProperty("cluster")]
public virtual SparkPlanGraphCluster Cluster { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Node
Declaration
[JsonProperty("node")]
public virtual SparkPlanGraphNode Node { get; set; }
Property Value
Implements