GoogleApi.Analytics.V3.Model.AccountSummary (google_api_analytics v0.13.0) 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
Specs
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
Specs
Unwrap a decoded JSON object into its complex fields.