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] The 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.
9169 9170 9171 |
# File 'lib/google/apis/compute_beta/classes.rb', line 9169 def initialize(**args) update!(**args) end |
Instance Attribute Details
#commitments ⇒ Array<Google::Apis::ComputeBeta::Commitment>
[Output Only] The list of commitments contained in this scope.
Corresponds to the JSON property commitments
9161 9162 9163 |
# File 'lib/google/apis/compute_beta/classes.rb', line 9161 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
9167 9168 9169 |
# File 'lib/google/apis/compute_beta/classes.rb', line 9167 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9174 9175 9176 9177 |
# File 'lib/google/apis/compute_beta/classes.rb', line 9174 def update!(**args) @commitments = args[:commitments] if args.key?(:commitments) @warning = args[:warning] if args.key?(:warning) end |