seedScope property

String? seedScope
getter/setter pair

Possible string values are:

  • "SEED_SCOPE_UNSPECIFIED"
  • "EVENT_NAME" : Hash computations include the event name.
  • "TIME_PERIOD" : Hash computations include a time period.
  • "PARAM_NAME" : Hash computations include the param name.

Implementation

core.String? seedScope;