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