reservation property

String? reservation
getter/setter pair

The reservation that jobs.query request would use.

User can specify a reservation to execute the job.query. The expected format is projects/{project}/locations/{location}/reservations/{reservation}.

Optional.

Implementation

core.String? reservation;