google_api_analytics v0.9.0 GoogleApi.Analytics.V3.Model.RealtimeDataProfileInfo View Source

Information for the view (profile), for which the real time 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.

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.RealtimeDataProfileInfo{
  accountId: String.t(),
  internalWebPropertyId: String.t(),
  profileId: String.t(),
  profileName: String.t(),
  tableId: String.t(),
  webPropertyId: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.