timeUnitType property
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
- "HOUR" : Hour
- "DAY" : Day
- "WEEK" : Week
- "MONTH" : Month
- "LIFETIME" : Lifetime
- "POD" : Pod
- "STREAM" : Stream
Implementation
core.String? timeUnitType;