View Source GoogleApi.Analytics.V3.Model.AccountTreeResponse (google_api_analytics v0.15.0)
JSON template for an Analytics account tree response. The account tree response is used in the provisioning api to return the result of creating an account, property, and view (profile).
Attributes
-
account
(type:GoogleApi.Analytics.V3.Model.Account.t
, default:nil
) - The account created. -
kind
(type:String.t
, default:analytics#accountTreeResponse
) - Resource type for account ticket. -
profile
(type:GoogleApi.Analytics.V3.Model.Profile.t
, default:nil
) - View (Profile) for the account. -
webproperty
(type:GoogleApi.Analytics.V3.Model.Webproperty.t
, default:nil
) - Web property for the account.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Analytics.V3.Model.AccountTreeResponse{ account: GoogleApi.Analytics.V3.Model.Account.t() | nil, kind: String.t() | nil, profile: GoogleApi.Analytics.V3.Model.Profile.t() | nil, webproperty: GoogleApi.Analytics.V3.Model.Webproperty.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.