Class: Google::Apis::BigqueryreservationV1beta1::SplitCapacityCommitmentRequest
- Inherits:
-
Object
- Object
- Google::Apis::BigqueryreservationV1beta1::SplitCapacityCommitmentRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/bigqueryreservation_v1beta1/classes.rb,
generated/google/apis/bigqueryreservation_v1beta1/representations.rb,
generated/google/apis/bigqueryreservation_v1beta1/representations.rb
Overview
The request for ReservationService.SplitCapacityCommitment.
Instance Attribute Summary collapse
-
#slot_count ⇒ Fixnum
Number of slots in the capacity commitment after the split.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SplitCapacityCommitmentRequest
constructor
A new instance of SplitCapacityCommitmentRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SplitCapacityCommitmentRequest
Returns a new instance of SplitCapacityCommitmentRequest.
421 422 423 |
# File 'generated/google/apis/bigqueryreservation_v1beta1/classes.rb', line 421 def initialize(**args) update!(**args) end |
Instance Attribute Details
#slot_count ⇒ Fixnum
Number of slots in the capacity commitment after the split.
Corresponds to the JSON property slotCount
419 420 421 |
# File 'generated/google/apis/bigqueryreservation_v1beta1/classes.rb', line 419 def slot_count @slot_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
426 427 428 |
# File 'generated/google/apis/bigqueryreservation_v1beta1/classes.rb', line 426 def update!(**args) @slot_count = args[:slot_count] if args.key?(:slot_count) end |