View Source GoogleApi.TPU.V2.Model.GuestAttributesValue (google_api_tpu v0.16.0)

Array of guest attribute namespace/key/value tuples.

Attributes

  • items (type: list(GoogleApi.TPU.V2.Model.GuestAttributesEntry.t), default: nil) - The list of guest attributes entries.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.TPU.V2.Model.GuestAttributesValue{
  items: [GoogleApi.TPU.V2.Model.GuestAttributesEntry.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.