View Source GoogleApi.Dataproc.V1.Model.WriteSparkApplicationContextRequest (google_api_dataproc v0.58.0)

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

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

Functions

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

Unwrap a decoded JSON object into its complex fields.