reportGranularity property
Granularity of the report.
The ranking can be done over a week or a month timeframe. Required in the
SELECT
clause. Condition on report_granularity
is required in the
WHERE
clause.
Possible string values are:
- "REPORT_GRANULARITY_ENUM_UNSPECIFIED" : Not specified.
- "WEEKLY" : Report is computed over a week timeframe.
- "MONTHLY" : Report is computed over a month timeframe.
Implementation
core.String? reportGranularity;