values property

List<String>? values
getter/setter pair

Corresponds to the label values of a reservation resource.

This can be either a name to a reservation in the same project or "projects/different-project/reservations/some-reservation-name" to target a shared reservation in the same zone but in a different project.

Implementation

core.List<core.String>? values;