View Source GoogleApi.AnalyticsAdmin.V1alpha.Model.GoogleAnalyticsAdminV1alphaAccessDateRange (google_api_analytics_admin v0.25.4)
A 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
, ortoday
is 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
, ortoday
is 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.
Types
Functions
Unwrap a decoded JSON object into its complex fields.