GoogleApi.Analytics.V3.Model.AccountTreeResponse (google_api_analytics v0.13.0) View Source

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.

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.AccountTreeResponse{
  account: GoogleApi.Analytics.V3.Model.Account.t(),
  kind: String.t(),
  profile: GoogleApi.Analytics.V3.Model.Profile.t(),
  webproperty: GoogleApi.Analytics.V3.Model.Webproperty.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.