GoogleApi.TPU.V2.Model.GuestAttributesEntry (google_api_tpu v0.18.0)

View Source

A guest attributes namespace/key/value entry.

Attributes

  • key (type: String.t, default: nil) - Key for the guest attribute entry.
  • namespace (type: String.t, default: nil) - Namespace for the guest attribute entry.
  • value (type: String.t, default: nil) - Value for the guest attribute entry.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.TPU.V2.Model.GuestAttributesEntry{
  key: String.t() | nil,
  namespace: String.t() | nil,
  value: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.