google_api_url_shortener v0.5.0 GoogleApi.UrlShortener.V1.Model.UrlHistory View Source
Attributes
items
(type:list(GoogleApi.UrlShortener.V1.Model.Url.t)
, default:nil
) - A list of URL resources.itemsPerPage
(type:integer()
, default:nil
) - Number of items returned with each full "page" of results. Note that the last page could have fewer items than the "itemsPerPage" value.kind
(type:String.t
, default:urlshortener#urlHistory
) - The fixed string "urlshortener#urlHistory".nextPageToken
(type:String.t
, default:nil
) - A token to provide to get the next page of results.totalItems
(type:integer()
, default:nil
) - Total number of short URLs associated with this user (may be approximate).
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.UrlHistory{ items: [GoogleApi.UrlShortener.V1.Model.Url.t()], itemsPerPage: integer(), kind: String.t(), nextPageToken: String.t(), totalItems: integer() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.