public sealed class SplitCapacityCommitmentResponse : IMessage<SplitCapacityCommitmentResponse>, IEquatable<SplitCapacityCommitmentResponse>, IDeepCloneable<SplitCapacityCommitmentResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Reservation v1 API class SplitCapacityCommitmentResponse.
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."],[[["This documentation page covers the `SplitCapacityCommitmentResponse` class within the Google.Cloud.BigQuery.Reservation.V1 namespace for .NET, specifically version 2.5.0."],["`SplitCapacityCommitmentResponse` is a class that represents the response for the `ReservationService.SplitCapacityCommitment` method, used to split capacity commitments."],["The `SplitCapacityCommitmentResponse` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class contains two properties, `First` and `Second`, both of type `CapacityCommitment`, which represent the resulting capacity commitments from a split operation."],["The page provides links to documentation of prior versions, from 1.2.0 to 2.7.0 (latest), of the `SplitCapacityCommitmentResponse` class."]]],[]]