View Source GoogleApi.Dataflow.V1b3.Model.Parameter (google_api_dataflow v0.48.0)

Structured data associated with this message.

Attributes

  • key (type: String.t, default: nil) - Key or name for this parameter.
  • value (type: any(), default: nil) - Value for this parameter.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataflow.V1b3.Model.Parameter{
  key: String.t() | nil,
  value: any() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.