google_api_url_shortener v0.1.0 GoogleApi.UrlShortener.V1.Model.StringCount View Source

Attributes

  • count (String.t): Number of clicks for this top entry, e.g. for this particular country or browser. Defaults to: null.
  • id (String.t): Label assigned to this top entry, e.g. "US" or "Chrome". 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.StringCount{count: any(), id: any()}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.