DateRange

  • The content describes a date range.

  • The date range is defined by a start date and an end date.

  • Both the start date and end date are inclusive.

  • Dates should be in yyyy-mm-dd format.

A date range.

Proto definition

Fields

start_date

string

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

end_date

string

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