View Source GoogleApi.TPU.V2.Model.GuestAttributes (google_api_tpu v0.17.1)

A guest attributes.

Attributes

  • queryPath (type: String.t, default: nil) - The path to be queried. This can be the default namespace ('/') or a nested namespace ('/\/') or a specified key ('/\/\')
  • queryValue (type: GoogleApi.TPU.V2.Model.GuestAttributesValue.t, default: nil) - The value of the requested queried path.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.TPU.V2.Model.GuestAttributes{
  queryPath: String.t() | nil,
  queryValue: GoogleApi.TPU.V2.Model.GuestAttributesValue.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.