DateRange

Represents a date range.

JSON representation
{
  "startDate": string,
  "endDate": string,
  "relativeDateRange": enum (RelativeDateRange),
  "kind": string
}
Fields
startDate

string

The start date of the date range, inclusive. A string of the format: "yyyy-MM-dd".

endDate

string

The end date of the date range, inclusive. A string of the format: "yyyy-MM-dd".

relativeDateRange

enum (RelativeDateRange)

The date range relative to the date of when the report is run.

kind

string

The kind of resource this is, in this case

dfareporting#dateRange

.

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