google_api_analytics v0.5.0 GoogleApi.Analytics.V3.Model.AccountTreeRequest 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

Link to this type

t()

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

Link to this function

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.