service property

String? service
getter/setter pair

Cloud Run service is the main resource of Cloud Run.

The service must be 1-63 characters long, and comply with RFC1035. Example value: "run-service".

Implementation

core.String? service;