Class: Google::Apis::ComputeAlpha::CommitmentsScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::CommitmentsScopedList
- 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
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#commitments ⇒ Array<Google::Apis::ComputeAlpha::Commitment>
[Output Only] A list of commitments contained in this scope.
-
#warning ⇒ Google::Apis::ComputeAlpha::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.
6051 6052 6053 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 6051 def initialize(**args) update!(**args) end |
Instance Attribute Details
#commitments ⇒ Array<Google::Apis::ComputeAlpha::Commitment>
[Output Only] A list of commitments contained in this scope.
Corresponds to the JSON property commitments
6043 6044 6045 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 6043 def commitments @commitments end |
#warning ⇒ Google::Apis::ComputeAlpha::CommitmentsScopedList::Warning
[Output Only] Informational warning which replaces the list of commitments
when the list is empty.
Corresponds to the JSON property warning
6049 6050 6051 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 6049 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6056 6057 6058 6059 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 6056 def update!(**args) @commitments = args[:commitments] if args.key?(:commitments) @warning = args[:warning] if args.key?(:warning) end |