timeUnitType property

String? timeUnitType
getter/setter pair

The time unit.

Along with num_time_units defines the amount of time over which impressions per user are counted and capped. Possible string values are:

  • "TIME_UNIT_TYPE_UNSPECIFIED" : A placeholder for an undefined time unit type. This just indicates the variable with this value hasn't been initialized.
  • "MINUTE" : Minute unit.
  • "HOUR" : Hour unit.
  • "DAY" : Day unit.
  • "WEEK" : Week unit.
  • "MONTH" : Month unit.
  • "LIFETIME" : Lifecycle/Lifetime unit.
  • "POD" : Pod unit.
  • "STREAM" : Stream unit.

Implementation

core.String? timeUnitType;