DailyRange

  • TimeRange specifies a date range, including both the start and end dates.

  • The JSON representation uses startDate and endDate fields, both of which are required and inclusive.

  • Both startDate and endDate utilize the Date object format for specifying the dates.

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