Class MergeCapacityCommitmentsRequest
The request for ReservationService.MergeCapacityCommitments.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryReservation.v1.Data
Assembly: Google.Apis.BigQueryReservation.v1.dll
Syntax
public class MergeCapacityCommitmentsRequest : IDirectResponseSchema
Properties
CapacityCommitmentIds
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
Declaration
[JsonProperty("capacityCommitmentIds")]
public virtual IList<string> CapacityCommitmentIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |