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

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/representations.rb

Defined Under Namespace

Classes: Warning

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ CommitmentsScopedList

Returns a new instance of CommitmentsScopedList.



3895
3896
3897
# File 'generated/google/apis/compute_v1/classes.rb', line 3895

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



3887
3888
3889
# File 'generated/google/apis/compute_v1/classes.rb', line 3887

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



3893
3894
3895
# File 'generated/google/apis/compute_v1/classes.rb', line 3893

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3900
3901
3902
3903
# File 'generated/google/apis/compute_v1/classes.rb', line 3900

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