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

View Source

Response for GetGuestAttributes.

Attributes

  • guestAttributes (type: list(GoogleApi.TPU.V2.Model.GuestAttributes.t), default: nil) - The guest attributes for the TPU workers.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.TPU.V2.Model.GetGuestAttributesResponse{
  guestAttributes: [GoogleApi.TPU.V2.Model.GuestAttributes.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.