GoogleApi.Dataproc.V1.Model.SparkPlanGraphNodeWrapper (google_api_dataproc v0.59.0)

View Source

Wrapper user to represent either a node or a cluster.

Attributes

  • cluster (type: GoogleApi.Dataproc.V1.Model.SparkPlanGraphCluster.t, default: nil) -
  • node (type: GoogleApi.Dataproc.V1.Model.SparkPlanGraphNode.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataproc.V1.Model.SparkPlanGraphNodeWrapper{
  cluster: GoogleApi.Dataproc.V1.Model.SparkPlanGraphCluster.t() | nil,
  node: GoogleApi.Dataproc.V1.Model.SparkPlanGraphNode.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.