class Google::Apis::ComputeV1::GuestAttributesValue
Array of guest attribute namespace/key/value tuples.
Attributes
items[RW]
Corresponds to the JSON property `items` @return [Array<Google::Apis::ComputeV1::GuestAttributesEntry>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 9682 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/compute_v1/classes.rb, line 9687 def update!(**args) @items = args[:items] if args.key?(:items) end