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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Analytics.V3.Model.ProfileRef{
  accountId: String.t() | nil,
  href: String.t() | nil,
  id: String.t() | nil,
  internalWebPropertyId: String.t() | nil,
  kind: String.t() | nil,
  name: String.t() | nil,
  webPropertyId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.