google_api_url_shortener v0.1.0 GoogleApi.UrlShortener.V1.Model.AnalyticsSummary View Source
Attributes
- allTime (AnalyticsSnapshot): Click analytics over all time. Defaults to:
null
. - day (AnalyticsSnapshot): Click analytics over the last day. Defaults to:
null
. - month (AnalyticsSnapshot): Click analytics over the last month. Defaults to:
null
. - twoHours (AnalyticsSnapshot): Click analytics over the last two hours. Defaults to:
null
. - week (AnalyticsSnapshot): Click analytics over the last week. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.UrlShortener.V1.Model.AnalyticsSummary{ allTime: GoogleApi.UrlShortener.V1.Model.AnalyticsSnapshot.t(), day: GoogleApi.UrlShortener.V1.Model.AnalyticsSnapshot.t(), month: GoogleApi.UrlShortener.V1.Model.AnalyticsSnapshot.t(), twoHours: GoogleApi.UrlShortener.V1.Model.AnalyticsSnapshot.t(), week: GoogleApi.UrlShortener.V1.Model.AnalyticsSnapshot.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.