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

JSON template for an Analytics ProfileSummary. ProfileSummary returns basic information (i.e., summary) for a profile.

Attributes

  • id (type: String.t, default: nil) - View (profile) ID.
  • kind (type: String.t, default: analytics#profileSummary) - Resource type for Analytics ProfileSummary.
  • name (type: String.t, default: nil) - View (profile) name.
  • starred (type: boolean(), default: nil) - Indicates whether this view (profile) is starred or not.
  • type (type: String.t, default: nil) - View (Profile) type. Supported types: WEB or APP.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Analytics.V3.Model.ProfileSummary{
  id: String.t() | nil,
  kind: String.t() | nil,
  name: String.t() | nil,
  starred: boolean() | nil,
  type: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.