Class: Google::Apis::ComputeV1::CommitmentsScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::CommitmentsScopedList
- Defined in:
- generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#commitments ⇒ Array<Google::Apis::ComputeV1::Commitment>
[Output Only] A list of commitments contained in this scope.
-
#warning ⇒ Google::Apis::ComputeV1::CommitmentsScopedList::Warning
[Output Only] Informational warning which replaces the list of commitments when the list is empty.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CommitmentsScopedList
constructor
A new instance of CommitmentsScopedList.
-
#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) ⇒ CommitmentsScopedList
Returns a new instance of CommitmentsScopedList.
3832 3833 3834 |
# File 'generated/google/apis/compute_v1/classes.rb', line 3832 def initialize(**args) update!(**args) end |
Instance Attribute Details
#commitments ⇒ Array<Google::Apis::ComputeV1::Commitment>
[Output Only] A list of commitments contained in this scope.
Corresponds to the JSON property commitments
3824 3825 3826 |
# File 'generated/google/apis/compute_v1/classes.rb', line 3824 def commitments @commitments end |
#warning ⇒ Google::Apis::ComputeV1::CommitmentsScopedList::Warning
[Output Only] Informational warning which replaces the list of commitments
when the list is empty.
Corresponds to the JSON property warning
3830 3831 3832 |
# File 'generated/google/apis/compute_v1/classes.rb', line 3830 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3837 3838 3839 3840 |
# File 'generated/google/apis/compute_v1/classes.rb', line 3837 def update!(**args) @commitments = args[:commitments] if args.key?(:commitments) @warning = args[:warning] if args.key?(:warning) end |