GoogleApi.Analytics.V3.Model.ProfileRef (google_api_analytics v0.13.0) View Source

JSON template for a linked view (profile).

Attributes

  • accountId (type: String.t, default: nil) - Account ID to which this view (profile) belongs.
  • href (type: String.t, default: nil) - Link for this view (profile).
  • id (type: String.t, default: nil) - View (Profile) ID.
  • internalWebPropertyId (type: String.t, default: nil) - Internal ID for the web property to which this view (profile) belongs.
  • kind (type: String.t, default: analytics#profileRef) - Analytics view (profile) reference.
  • name (type: String.t, default: nil) - Name of this view (profile).
  • webPropertyId (type: String.t, default: nil) - Web property ID of the form UA-XXXXX-YY to which this view (profile) belongs.

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.ProfileRef{
  accountId: String.t(),
  href: String.t(),
  id: String.t(),
  internalWebPropertyId: String.t(),
  kind: String.t(),
  name: String.t(),
  webPropertyId: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.