seedPeriod property

String? seedPeriod
getter/setter pair

Possible string values are:

  • "SEED_PERIOD_UNSPECIFIED"
  • "DAY" : Sanitized values remain constant for the day of the event.
  • "WEEK" : Sanitized values remain constant for the week of the event; may cross month boundaries.
  • "MONTH" : Sanitized values remain constant for the month of the event.

Implementation

core.String? seedPeriod;