status property

String? status
final

Output only. Output Only The status of the reservation.

 - CREATING: Reservation resources are being
   allocated.
 - READY: Reservation resources have been allocated,
   and the reservation is ready for use.
 - DELETING: Reservation deletion is in progress.
 - UPDATING: Reservation update is in progress.

Check the Status enum for the list of possible values.

Implementation

final String? status;