GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaAccessDateRange (google_api_analytics_admin v0.26.0)
View SourceA contiguous range of days: startDate, startDate + 1, ..., endDate.
Attributes
-
endDate(type:String.t, default:nil) - The inclusive end date for the query in the formatYYYY-MM-DD. Cannot be beforestartDate. The formatNdaysAgo,yesterday, ortodayis also accepted, and in that case, the date is inferred based on the current time in the request's time zone. -
startDate(type:String.t, default:nil) - The inclusive start date for the query in the formatYYYY-MM-DD. Cannot be afterendDate. The formatNdaysAgo,yesterday, ortodayis also accepted, and in that case, the date is inferred based on the current time in the request's time zone.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.