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