class Google::Apis::TpuV2alpha1::GetGuestAttributesResponse

Response for GetGuestAttributes.

Attributes

guest_attributes[RW]

The guest attributes for the TPU workers. Corresponds to the JSON property ‘guestAttributes` @return [Array<Google::Apis::TpuV2alpha1::GuestAttributes>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/tpu_v2alpha1/classes.rb, line 179
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/tpu_v2alpha1/classes.rb, line 184
def update!(**args)
  @guest_attributes = args[:guest_attributes] if args.key?(:guest_attributes)
end