google_api_analytics v0.5.0 GoogleApi.Analytics.V3.Model.ProfileSummary View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

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

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.