timeSeriesGranularity property
The granularity of time intervals if a time series breakdown is preferred; optional. Possible string values are:
- "TIME_SERIES_GRANULARITY_UNSPECIFIED" : A placeholder for an unspecified interval; no time series is applied. All rows in response will contain data for the entire requested time range.
- "HOURLY" : Indicates that data will be broken down by the hour.
- "DAILY" : Indicates that data will be broken down by the day.
Implementation
core.String? timeSeriesGranularity;