class Google::Apis::BigqueryreservationV1::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_v1/classes.rb, line 428
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_v1/classes.rb, line 433
def update!(**args)
  @slot_count = args[:slot_count] if args.key?(:slot_count)
end