reportGranularity property

String? reportGranularity
getter/setter pair

Granularity of the report.

The ranking can be done over a week or a month timeframe. A WHERE condition on best_sellers.report_granularity is required in the query. Possible string values are:

  • "REPORT_GRANULARITY_UNSPECIFIED" : Report granularity is unknown.
  • "WEEKLY" : Ranking is done over a week timeframe.
  • "MONTHLY" : Ranking is done over a month timeframe.

Implementation

core.String? reportGranularity;