service property

String? service
getter/setter pair

An identifier of the service, such as the name of the executable, job, or Google App Engine service name.

This field is expected to have a low number of values that are relatively stable over time, as opposed to version, which can be changed whenever new code is deployed. Contains the service name for error reports extracted from Google App Engine logs or default if the App Engine default service is used.

Implementation

core.String? service;