Class: Google::Apis::ComputeBeta::CommitmentsScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::CommitmentsScopedList
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#commitments ⇒ Array<Google::Apis::ComputeBeta::Commitment>
[Output Only] A list of commitments contained in this scope.
-
#warning ⇒ Google::Apis::ComputeBeta::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.
Constructor Details
#initialize(**args) ⇒ CommitmentsScopedList
Returns a new instance of CommitmentsScopedList.
5177 5178 5179 |
# File 'lib/google/apis/compute_beta/classes.rb', line 5177 def initialize(**args) update!(**args) end |
Instance Attribute Details
#commitments ⇒ Array<Google::Apis::ComputeBeta::Commitment>
[Output Only] A list of commitments contained in this scope.
Corresponds to the JSON property commitments
5169 5170 5171 |
# File 'lib/google/apis/compute_beta/classes.rb', line 5169 def commitments @commitments end |
#warning ⇒ Google::Apis::ComputeBeta::CommitmentsScopedList::Warning
[Output Only] Informational warning which replaces the list of commitments
when the list is empty.
Corresponds to the JSON property warning
5175 5176 5177 |
# File 'lib/google/apis/compute_beta/classes.rb', line 5175 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5182 5183 5184 5185 |
# File 'lib/google/apis/compute_beta/classes.rb', line 5182 def update!(**args) @commitments = args[:commitments] if args.key?(:commitments) @warning = args[:warning] if args.key?(:warning) end |