public sealed class SplitCapacityCommitmentResponse : IMessage<SplitCapacityCommitmentResponse>, IEquatable<SplitCapacityCommitmentResponse>, IDeepCloneable<SplitCapacityCommitmentResponse>, IBufferMessage, IMessage
The response 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-04-17 UTC."],[[["The `SplitCapacityCommitmentResponse` class is the response type for the `ReservationService.SplitCapacityCommitment` operation within the `Google.Cloud.BigQuery.Reservation.V1` namespace."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from `Object`."],["It includes two main properties, `First` and `Second`, both of type `CapacityCommitment`, representing the two capacity commitments resulting from a split."],["Multiple versions of the documentation are available, ranging from version 1.2.0 to the latest version 2.7.0, all of which share this `SplitCapacityCommitmentResponse` class information."],["The assembly for the `SplitCapacityCommitmentResponse` class is `Google.Cloud.BigQuery.Reservation.V1.dll`, which can be referenced as a library when using it."]]],[]]