GoogleApi.Analytics.V3.Model.Profiles (google_api_analytics v0.12.0) View Source

A view (profile) collection lists Analytics views (profiles) to which the user has access. Each resource in the collection corresponds to a single Analytics view (profile).

Attributes

  • items (type: list(GoogleApi.Analytics.V3.Model.Profile.t), default: nil) - A list of views (profiles).
  • itemsPerPage (type: integer(), default: nil) - The maximum number of resources the response can contain, regardless of the actual number of resources 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#profiles) - Collection type.
  • nextLink (type: String.t, default: nil) - Link to next page for this view (profile) collection.
  • previousLink (type: String.t, default: nil) - Link to previous page for this view (profile) collection.
  • startIndex (type: integer(), default: nil) - The starting index of the resources, 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.
  • username (type: String.t, default: nil) - Email ID of the authenticated user

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.Profiles{
  items: [GoogleApi.Analytics.V3.Model.Profile.t()],
  itemsPerPage: integer(),
  kind: String.t(),
  nextLink: String.t(),
  previousLink: String.t(),
  startIndex: integer(),
  totalResults: integer(),
  username: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.