endDate property

String? endDate
getter/setter pair

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

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