google_api_analytics_reporting v0.0.1 GoogleApi.AnalyticsReporting.V4.Model.DateRange View Source
A contiguous set of days: startDate, startDate + 1 day, …, endDate. The start and end dates are specified in ISO8601 date format `YYYY-MM-DD`.
Attributes
- endDate (String): The end date for the query in the format `YYYY-MM-DD`. Defaults to:
null. - startDate (String): The start date for the query in the format `YYYY-MM-DD`. Defaults to:
null.