google_api_analytics v0.9.0 GoogleApi.Analytics.V3.Model.EntityUserLinks View Source

An entity user link collection provides a list of Analytics ACL links Each resource in this collection corresponds to a single link.

Attributes

  • items (type: list(GoogleApi.Analytics.V3.Model.EntityUserLink.t), default: nil) - A list of entity user links.
  • itemsPerPage (type: integer(), default: nil) - The maximum number of entries the response can contain, regardless of the actual number of entries returned. Its value ranges from 1 to 1000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.
  • kind (type: String.t, default: analytics#entityUserLinks) - Collection type.
  • nextLink (type: String.t, default: nil) - Next link for this account collection.
  • previousLink (type: String.t, default: nil) - Previous link for this account collection.
  • startIndex (type: integer(), default: nil) - The starting index of the entries, which is 1 by default or otherwise specified by the start-index query parameter.
  • totalResults (type: integer(), default: nil) - The total number of results for the query, regardless of the number of results in the response.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Analytics.V3.Model.EntityUserLinks{
  items: [GoogleApi.Analytics.V3.Model.EntityUserLink.t()],
  itemsPerPage: integer(),
  kind: String.t(),
  nextLink: String.t(),
  previousLink: String.t(),
  startIndex: integer(),
  totalResults: integer()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.