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

Attributes

  • count (type: String.t, default: nil) - Number of clicks for this top entry, e.g. for this particular country or browser.
  • id (type: String.t, default: nil) - Label assigned to this top entry, e.g. "US" or "Chrome".

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: String.t(),
  id: String.t()
}

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.