GoogleApi.Analytics.V3.Model.AccountTreeRequest (google_api_analytics v0.12.0) View Source

JSON template for an Analytics account tree requests. The account tree request is used in the provisioning api to create an account, property, and view (profile). It contains the basic information required to make these fields.

Attributes

  • accountName (type: String.t, default: nil) -
  • kind (type: String.t, default: analytics#accountTreeRequest) - Resource type for account ticket.
  • profileName (type: String.t, default: nil) -
  • timezone (type: String.t, default: nil) -
  • webpropertyName (type: String.t, default: nil) -
  • websiteUrl (type: String.t, default: nil) -

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.AccountTreeRequest{
  accountName: String.t(),
  kind: String.t(),
  profileName: String.t(),
  timezone: String.t(),
  webpropertyName: String.t(),
  websiteUrl: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.