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

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



4578
4579
4580
# File 'generated/google/apis/compute_alpha/classes.rb', line 4578

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



4570
4571
4572
# File 'generated/google/apis/compute_alpha/classes.rb', line 4570

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



4576
4577
4578
# File 'generated/google/apis/compute_alpha/classes.rb', line 4576

def warning
  @warning
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4583
4584
4585
4586
# File 'generated/google/apis/compute_alpha/classes.rb', line 4583

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