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

View Source

Resources used per executor used by the application.

Attributes

  • amount (type: String.t, default: nil) -
  • discoveryScript (type: String.t, default: nil) -
  • resourceName (type: String.t, default: nil) -
  • vendor (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataproc.V1.Model.ExecutorResourceRequest{
  amount: String.t() | nil,
  discoveryScript: String.t() | nil,
  resourceName: String.t() | nil,
  vendor: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.