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-03-21 UTC."],[[["The `SplitCapacityCommitmentResponse` class represents the response for the `ReservationService.SplitCapacityCommitment` operation within the Google.Cloud.BigQuery.Reservation.V1 namespace."],["This class, part of the Google Cloud BigQuery Reservation .NET library, allows splitting capacity commitments and managing them in the Google Cloud Platform."],["The `SplitCapacityCommitmentResponse` class offers two properties, `First` and `Second`, of type `CapacityCommitment`, to represent the resulting capacity commitments after a split operation."],["It is available in various versions, ranging from 1.2.0 to 2.7.0, with 2.7.0 being the latest, and this documentation focuses on version 1.5.0."],["The `SplitCapacityCommitmentResponse` class implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, allowing for diverse interactions and operations."]]],[]]