Class: Google::Apis::ComputeAlpha::CommitmentsScopedList

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



6480
6481
6482
# File 'lib/google/apis/compute_alpha/classes.rb', line 6480

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

Instance Attribute Details

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

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



6472
6473
6474
# File 'lib/google/apis/compute_alpha/classes.rb', line 6472

def commitments
  @commitments
end

#warningGoogle::Apis::ComputeAlpha::CommitmentsScopedList::Warning

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



6478
6479
6480
# File 'lib/google/apis/compute_alpha/classes.rb', line 6478

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6485
6486
6487
6488
# File 'lib/google/apis/compute_alpha/classes.rb', line 6485

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