The date ranges or specific dates for which you want to retrieve data.
| JSON representation |
|---|
{ // Union field |
| Fields | |
|---|---|
Union field time_specification. The type of time specification. time_specification can be only one of the following: |
|
dateRanges |
A list of date ranges. |
dateList |
A list of specific dates. |
DateRanges
A set of date ranges.
| JSON representation |
|---|
{
"dateRanges": [
{
object ( |
| Fields | |
|---|---|
dateRanges[] |
Required. The list of date ranges for which to retrieve data. |
DateRange
A single date range defined by a start and end date.
| JSON representation |
|---|
{ "start": { object ( |
| Fields | |
|---|---|
start |
Required. The inclusive start date of the date range. |
end |
Required. The inclusive end date of the date range. |
DateList
A set of specific dates.
| JSON representation |
|---|
{
"dates": [
{
object ( |
| Fields | |
|---|---|
dates[] |
Required. The list of specific dates for which to retrieve data. |