public sealed class SplitCapacityCommitmentRequest : IMessage<SplitCapacityCommitmentRequest>, IEquatable<SplitCapacityCommitmentRequest>, IDeepCloneable<SplitCapacityCommitmentRequest>, IBufferMessage, IMessage
The request for [ReservationService.SplitCapacityCommitment][google.cloud.bigquery.reservation.v1.ReservationService.SplitCapacityCommitment].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `SplitCapacityCommitmentRequest` class within the `Google.Cloud.BigQuery.Reservation.V1` namespace, used for requests to split capacity commitments in BigQuery reservations."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["There are two constructors provided for creating a `SplitCapacityCommitmentRequest` object: one default and another that takes an existing `SplitCapacityCommitmentRequest` as a parameter, the latter for cloning."],["The class has three key properties: `CapacityCommitmentName` (a typed view of the resource name), `Name` (the string resource name of the capacity commitment), and `SlotCount` (the number of slots after the split)."],["The page provides information on several versions of this class, ranging from 1.2.0 to the latest version of 2.7.0, all which are also linked for users to navigate to."]]],[]]