reservationGroup property

String? reservationGroup
getter/setter pair

The reservation group that this reservation belongs to.

You can set this property when you create or update a reservation. Reservations do not need to belong to a reservation group. Format: projects/{project}/locations/{location}/reservationGroups/{reservation_group} or just {reservation_group}

Optional.

Implementation

core.String? reservationGroup;