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

Information for the view (profile), for which the Analytics data was requested.

Attributes

  • accountId (type: String.t, default: nil) - Account ID to which this view (profile) belongs.
  • internalWebPropertyId (type: String.t, default: nil) - Internal ID for the web property to which this view (profile) belongs.
  • profileId (type: String.t, default: nil) - View (Profile) ID.
  • profileName (type: String.t, default: nil) - View (Profile) name.
  • tableId (type: String.t, default: nil) - Table ID for view (profile).
  • webPropertyId (type: String.t, default: nil) - Web Property ID to which this view (profile) belongs.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Analytics.V3.Model.GaDataProfileInfo{
  accountId: String.t() | nil,
  internalWebPropertyId: String.t() | nil,
  profileId: String.t() | nil,
  profileName: String.t() | nil,
  tableId: String.t() | nil,
  webPropertyId: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.