class Google::Apis::BigqueryreservationV1beta1::SplitCapacityCommitmentRequest
The request for ReservationService.SplitCapacityCommitment.
Attributes
slot_count[RW]
Number of slots in the capacity commitment after the split. Corresponds to the JSON property `slotCount` @return [Fixnum]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/bigqueryreservation_v1beta1/classes.rb, line 401 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/bigqueryreservation_v1beta1/classes.rb, line 406 def update!(**args) @slot_count = args[:slot_count] if args.key?(:slot_count) end