Class: Google::Apis::ComputeV1::CommitmentsScopedList

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CommitmentsScopedList

Returns a new instance of CommitmentsScopedList.



5844
5845
5846
# File 'lib/google/apis/compute_v1/classes.rb', line 5844

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#commitmentsArray<Google::Apis::ComputeV1::Commitment>

[Output Only] A list of commitments contained in this scope. Corresponds to the JSON property commitments



5836
5837
5838
# File 'lib/google/apis/compute_v1/classes.rb', line 5836

def commitments
  @commitments
end

#warningGoogle::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



5842
5843
5844
# File 'lib/google/apis/compute_v1/classes.rb', line 5842

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5849
5850
5851
5852
# File 'lib/google/apis/compute_v1/classes.rb', line 5849

def update!(**args)
  @commitments = args[:commitments] if args.key?(:commitments)
  @warning = args[:warning] if args.key?(:warning)
end