labels property

Map<String, String>? labels
getter/setter pair

The labels associated with this reservation.

You can use these to organize and group your reservations. You can set this property when inserting or updating a reservation.

Optional.

Implementation

core.Map<core.String, core.String>? labels;