View Source GoogleApi.BigQueryReservation.V1.Model.SplitCapacityCommitmentResponse (google_api_big_query_reservation v0.20.2)

The response for ReservationService.SplitCapacityCommitment.

Attributes

  • first (type: GoogleApi.BigQueryReservation.V1.Model.CapacityCommitment.t, default: nil) - First capacity commitment, result of a split.
  • second (type: GoogleApi.BigQueryReservation.V1.Model.CapacityCommitment.t, default: nil) - Second capacity commitment, result of a split.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BigQueryReservation.V1.Model.SplitCapacityCommitmentResponse{
  first: GoogleApi.BigQueryReservation.V1.Model.CapacityCommitment.t() | nil,
  second: GoogleApi.BigQueryReservation.V1.Model.CapacityCommitment.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.