class Google::Apis::TpuV2alpha1::GuestAttributesValue
Array of guest attribute namespace/key/value tuples.
Attributes
items[RW]
The list of guest attributes entries. Corresponds to the JSON property ‘items` @return [Array<Google::Apis::TpuV2alpha1::GuestAttributesEntry>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/tpu_v2alpha1/classes.rb, line 255 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 260 def update!(**args) @items = args[:items] if args.key?(:items) end