Represents a date range.
| JSON representation |
|---|
{
"startDate": string,
"endDate": string,
"relativeDateRange": enum ( |
| Fields | |
|---|---|
startDate |
The start date of the date range, inclusive. A string of the format: "yyyy-MM-dd". |
endDate |
The end date of the date range, inclusive. A string of the format: "yyyy-MM-dd". |
relativeDateRange |
The date range relative to the date of when the report is run. |
kind |
The kind of resource this is, in this case
. |
RelativeDateRange
| Enums | |
|---|---|
TODAY |
|
YESTERDAY |
|
WEEK_TO_DATE |
|
MONTH_TO_DATE |
|
QUARTER_TO_DATE |
|
YEAR_TO_DATE |
|
PREVIOUS_WEEK |
|
PREVIOUS_MONTH |
|
PREVIOUS_QUARTER |
|
PREVIOUS_YEAR |
|
LAST_7_DAYS |
|
LAST_30_DAYS |
|
LAST_90_DAYS |
|
LAST_365_DAYS |
|
LAST_24_MONTHS |
|
LAST_14_DAYS |
|
LAST_60_DAYS |
|