GoogleApi.TPU.V2.Model.GuestAttributes (google_api_tpu v0.18.0)
View SourceA 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
@type t() :: %GoogleApi.TPU.V2.Model.GuestAttributes{ queryPath: String.t() | nil, queryValue: GoogleApi.TPU.V2.Model.GuestAttributesValue.t() | nil }