View Source GoogleApi.BigQueryReservation.V1.Model.SplitCapacityCommitmentRequest (google_api_big_query_reservation v0.20.2)
The request for ReservationService.SplitCapacityCommitment.
Attributes
-
slotCount
(type:String.t
, default:nil
) - Number of slots in the capacity commitment after the split.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigQueryReservation.V1.Model.SplitCapacityCommitmentRequest{ slotCount: String.t() | nil }