scope property

String? scope
getter/setter pair

The scope of this dimension.

Required. Immutable. Possible string values are:

  • "DIMENSION_SCOPE_UNSPECIFIED" : Scope unknown or not specified.
  • "EVENT" : Dimension scoped to an event.
  • "USER" : Dimension scoped to a user.

Implementation

core.String? scope;