endDate property

String? endDate
getter/setter pair

The inclusive end date for the query in the format YYYY-MM-DD.

Cannot be before startDate. 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? endDate;