startDate property
The inclusive start date for the query in the format YYYY-MM-DD
.
Cannot be after endDate
. The format NdaysAgo
, yesterday
, or today
is also accepted, and in that case, the date is inferred based on the
current time in the request's time zone.
Implementation
core.String? startDate;