Class: Google::Apis::ComputeBeta::CommitmentsScopedList

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/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



3863
3864
3865
# File 'generated/google/apis/compute_beta/classes.rb', line 3863

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

Instance Attribute Details

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

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



3855
3856
3857
# File 'generated/google/apis/compute_beta/classes.rb', line 3855

def commitments
  @commitments
end

#warningGoogle::Apis::ComputeBeta::CommitmentsScopedList::Warning

[Output Only] Informational warning which replaces the list of commitments when the list is empty. Corresponds to the JSON property warning



3861
3862
3863
# File 'generated/google/apis/compute_beta/classes.rb', line 3861

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3868
3869
3870
3871
# File 'generated/google/apis/compute_beta/classes.rb', line 3868

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