google_api_analytics v0.4.0 GoogleApi.Analytics.V3.Model.AccountTreeResponse 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

Link to this type

t()

View Source
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

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.