google_api_analytics v0.7.0 GoogleApi.Analytics.V3.Model.AccountSummary View Source

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.

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.AccountSummary{
  id: String.t(),
  kind: String.t(),
  name: String.t(),
  starred: boolean(),
  webProperties: [GoogleApi.Analytics.V3.Model.WebPropertySummary.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.