Class: Google::Apis::ComputeAlpha::GuestAttributesValue
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::GuestAttributesValue
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/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.
Constructor Details
#initialize(**args) ⇒ GuestAttributesValue
Returns a new instance of GuestAttributesValue.
11664 11665 11666 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 11664 def initialize(**args) update!(**args) end |
Instance Attribute Details
#items ⇒ Array<Google::Apis::ComputeAlpha::GuestAttributesEntry>
Corresponds to the JSON property items
11662 11663 11664 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 11662 def items @items end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11669 11670 11671 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 11669 def update!(**args) @items = args[:items] if args.key?(:items) end |