service property

String? service
getter/setter pair

The name of the Cloud Run service being addressed.

See https://cloud.google.com/run/docs/reference/rest/v1/namespaces.services. Only services located in the same project as the trigger object can be addressed.

Required.

Implementation

core.String? service;