DateRange

A date range.

JSON representation
{
  "startDate": string,
  "endDate": string
}
Fields
startDate

string

The start date, in yyyy-mm-dd format. This date is inclusive.

endDate

string

The end date, in yyyy-mm-dd format. This date is inclusive.