DailyRange

Time range indicating a date range (both inclusive).

JSON representation
{
  "startDate": {
    object (Date)
  },
  "endDate": {
    object (Date)
  }
}
Fields
startDate

object (Date)

Required. Inclusive

endDate

object (Date)

Required. Inclusive