Class: Google::Apis::ComputeAlpha::CommitmentsScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::CommitmentsScopedList
- Defined in:
- generated/google/apis/compute_alpha/classes.rb,
generated/google/apis/compute_alpha/representations.rb,
generated/google/apis/compute_alpha/representations.rb
Defined Under Namespace
Classes: Warning
Instance Attribute Summary collapse
-
#commitments ⇒ Array<Google::Apis::ComputeAlpha::Commitment>
[Output Only] 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.
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
3732 3733 3734 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 3732 def initialize(**args) update!(**args) end |
Instance Attribute Details
#commitments ⇒ Array<Google::Apis::ComputeAlpha::Commitment>
[Output Only] List of commitments contained in this scope.
Corresponds to the JSON property commitments
3724 3725 3726 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 3724 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
3730 3731 3732 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 3730 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3737 3738 3739 3740 |
# File 'generated/google/apis/compute_alpha/classes.rb', line 3737 def update!(**args) @commitments = args[:commitments] if args.key?(:commitments) @warning = args[:warning] if args.key?(:warning) end |