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

View Source

Write Spark Application data to internal storage systems

Attributes

  • parent (type: String.t, default: nil) - Required. Parent (Batch) resource reference.
  • sparkWrapperObjects (type: list(GoogleApi.Dataproc.V1.Model.SparkWrapperObject.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataproc.V1.Model.WriteSparkApplicationContextRequest{
  parent: String.t() | nil,
  sparkWrapperObjects:
    [GoogleApi.Dataproc.V1.Model.SparkWrapperObject.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.