Class: Google::Apis::ComputeV1::CommitmentsScopedList
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::CommitmentsScopedList
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/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.
Constructor Details
#initialize(**args) ⇒ CommitmentsScopedList
Returns a new instance of CommitmentsScopedList.
5958 5959 5960 |
# File 'lib/google/apis/compute_v1/classes.rb', line 5958 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
5950 5951 5952 |
# File 'lib/google/apis/compute_v1/classes.rb', line 5950 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
5956 5957 5958 |
# File 'lib/google/apis/compute_v1/classes.rb', line 5956 def warning @warning end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5963 5964 5965 5966 |
# File 'lib/google/apis/compute_v1/classes.rb', line 5963 def update!(**args) @commitments = args[:commitments] if args.key?(:commitments) @warning = args[:warning] if args.key?(:warning) end |