timeUnit property

String? timeUnit
getter/setter pair

The time unit used to describe the time frame for target_frequency.

Required. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "WEEKLY" : Optimize bidding to reach Target Frequency in a week.
  • "MONTHLY" : Optimize bidding to reach Target Frequency in a month.

Implementation

core.String? timeUnit;