google_api_url_shortener v0.6.0 GoogleApi.UrlShortener.V1.Model.AnalyticsSummary View Source
Attributes
allTime(type:GoogleApi.UrlShortener.V1.Model.AnalyticsSnapshot.t, default:nil) - Click analytics over all time.day(type:GoogleApi.UrlShortener.V1.Model.AnalyticsSnapshot.t, default:nil) - Click analytics over the last day.month(type:GoogleApi.UrlShortener.V1.Model.AnalyticsSnapshot.t, default:nil) - Click analytics over the last month.twoHours(type:GoogleApi.UrlShortener.V1.Model.AnalyticsSnapshot.t, default:nil) - Click analytics over the last two hours.week(type:GoogleApi.UrlShortener.V1.Model.AnalyticsSnapshot.t, default:nil) - Click analytics over the last week.
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 Sourcet() :: %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.