scope property

String? scope
getter/setter pair

The scope of this custom metric.

Required. Immutable. Possible string values are:

  • "METRIC_SCOPE_UNSPECIFIED" : Scope unknown or not specified.
  • "EVENT" : Metric scoped to an event.

Implementation

core.String? scope;