Class: Google::Apis::ComputeAlpha::GuestAttributesValue
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::GuestAttributesValue
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb
Overview
Array of guest attribute namespace/key/value tuples.
Instance Attribute Summary collapse
-
#items ⇒ Array<Google::Apis::ComputeAlpha::GuestAttributesEntry>
Corresponds to the JSON property
items
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GuestAttributesValue
constructor
A new instance of GuestAttributesValue.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ GuestAttributesValue
Returns a new instance of GuestAttributesValue
7783 7784 7785 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 7783 def initialize(**args) update!(**args) end |
Instance Attribute Details
#items ⇒ Array<Google::Apis::ComputeAlpha::GuestAttributesEntry>
Corresponds to the JSON property items
7781 7782 7783 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 7781 def items @items end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7788 7789 7790 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 7788 def update!(**args) @items = args[:items] if args.key?(:items) end |