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

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



6132
6133
6134
# File 'lib/google/apis/compute_beta/classes.rb', line 6132

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



6124
6125
6126
# File 'lib/google/apis/compute_beta/classes.rb', line 6124

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



6130
6131
6132
# File 'lib/google/apis/compute_beta/classes.rb', line 6130

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6137
6138
6139
6140
# File 'lib/google/apis/compute_beta/classes.rb', line 6137

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