View Source GoogleApi.BigQueryReservation.V1.Model.MergeCapacityCommitmentsRequest (google_api_big_query_reservation v0.20.2)
The request for ReservationService.MergeCapacityCommitments.
Attributes
-
capacityCommitmentIds
(type:list(String.t)
, default:nil
) - Ids of capacity commitments to merge. These capacity commitments must exist under admin project and location specified in the parent. ID is the last portion of capacity commitment name e.g., 'abc' for projects/myproject/locations/US/capacityCommitments/abc
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigQueryReservation.V1.Model.MergeCapacityCommitmentsRequest{ capacityCommitmentIds: [String.t()] | nil }