reservation property

String? reservation
getter/setter pair

The reservation that job would use.

User can specify a reservation to execute the job. If reservation is not set, reservation is determined based on the rules defined by the reservation assignments. The expected format is projects/{project}/locations/{location}/reservations/{reservation}.

Optional.

Implementation

core.String? reservation;