Class ReservationGroup
A reservation group is a container for reservations.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryReservation.v1.Data
Assembly: Google.Apis.BigQueryReservation.v1.dll
Syntax
public class ReservationGroup : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Identifier. The resource name of the reservation group, e.g.,
projects/*/locations/*/reservationGroups/team1-prod. The reservation_group_id must only contain lower case
alphanumeric characters or dashes. It must start with a letter and must not end with a dash. Its maximum
length is 64 characters.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ParentGroup
Optional. The parent reservation group of the reservation group. Format:
projects/*/locations/*/reservationGroups/team1-prod for non-root reservation groups, or
projects/*/locations/* for root reservation groups.
Declaration
[JsonProperty("parentGroup")]
public virtual string ParentGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| string |