serviceLabels property

Map<String, String>? serviceLabels
getter/setter pair

Labels that specify the resource that emits the monitoring data which is used for SLO reporting of this Service.

Documentation and valid values for given service types here (https://cloud.google.com/stackdriver/docs/solutions/slo-monitoring/api/api-structures#basic-svc-w-basic-sli).

Implementation

core.Map<core.String, core.String>? serviceLabels;