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 latest version of the `SplitCapacityCommitmentResponse` is 2.7.0, but there are multiple older versions available for reference, ranging down to version 1.2.0."],["`SplitCapacityCommitmentResponse` is a class that serves as a response type for the `ReservationService.SplitCapacityCommitment` function within the Google Cloud BigQuery Reservation V1 namespace."],["This class implements multiple interfaces, including `IMessage\u003cSplitCapacityCommitmentResponse\u003e`, `IEquatable\u003cSplitCapacityCommitmentResponse\u003e`, `IDeepCloneable\u003cSplitCapacityCommitmentResponse\u003e`, `IBufferMessage`, and `IMessage`."],["The `SplitCapacityCommitmentResponse` class has two main properties, `First` and `Second`, both of which are of type `CapacityCommitment` and represent the two capacity commitments that result from a split."],["The class has 2 constructors: one takes no arguments, and the other takes a SplitCapacityCommitmentResponse instance."]]],[]]