View Source GoogleApi.Analytics.V3.Model.Goals (google_api_analytics v0.15.0)

A goal collection lists Analytics goals to which the user has access. Each view (profile) can have a set of goals. Each resource in the Goal collection corresponds to a single Analytics goal.

Attributes

  • items (type: list(GoogleApi.Analytics.V3.Model.Goal.t), default: nil) - A list of goals.
  • 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#goals) - Collection type.
  • nextLink (type: String.t, default: nil) - Link to next page for this goal collection.
  • previousLink (type: String.t, default: nil) - Link to previous page for this goal 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 resources in the result.
  • username (type: String.t, default: nil) - Email ID of the authenticated user

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Analytics.V3.Model.Goals{
  items: [GoogleApi.Analytics.V3.Model.Goal.t()] | nil,
  itemsPerPage: integer() | nil,
  kind: String.t() | nil,
  nextLink: String.t() | nil,
  previousLink: String.t() | nil,
  startIndex: integer() | nil,
  totalResults: integer() | nil,
  username: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.