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.



6448
6449
6450
# File 'lib/google/apis/compute_beta/classes.rb', line 6448

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



6440
6441
6442
# File 'lib/google/apis/compute_beta/classes.rb', line 6440

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



6446
6447
6448
# File 'lib/google/apis/compute_beta/classes.rb', line 6446

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6453
6454
6455
6456
# File 'lib/google/apis/compute_beta/classes.rb', line 6453

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