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-01 UTC."],[[["The `SplitCapacityCommitmentResponse` class is the response type for the `ReservationService.SplitCapacityCommitment` method within the `Google.Cloud.BigQuery.Reservation.V1` namespace."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer-based operations."],["The `SplitCapacityCommitmentResponse` class includes two properties, `First` and `Second`, both of type `CapacityCommitment`, representing the two capacity commitments resulting from a split."],["The content provides a version history of this feature, ranging from version 1.2.0 to the latest version 2.7.0 of the Google.Cloud.BigQuery.Reservation.V1 library."]]],[]]