GoogleApi.TPU.V2.Model.GuestAttributesValue (google_api_tpu v0.18.0)
View SourceArray 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 }