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

JSON template for an Analytics AccountSummary. An AccountSummary is a lightweight tree comprised of properties/profiles.

Attributes

  • id (type: String.t, default: nil) - Account ID.
  • kind (type: String.t, default: analytics#accountSummary) - Resource type for Analytics AccountSummary.
  • name (type: String.t, default: nil) - Account name.
  • starred (type: boolean(), default: nil) - Indicates whether this account is starred or not.
  • webProperties (type: list(GoogleApi.Analytics.V3.Model.WebPropertySummary.t), default: nil) - List of web properties under this account.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Analytics.V3.Model.AccountSummary{
  id: String.t() | nil,
  kind: String.t() | nil,
  name: String.t() | nil,
  starred: boolean() | nil,
  webProperties: [GoogleApi.Analytics.V3.Model.WebPropertySummary.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.