timeRange property

String? timeRange
getter/setter pair

Time range the given count applies to. Possible string values are:

  • "ALL_TIME"
  • "THIRTY_DAYS"
  • "SEVEN_DAYS"

Implementation

core.String? timeRange;