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

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) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Analytics.V3.Model.AccountTreeRequest{
  accountName: String.t() | nil,
  kind: String.t() | nil,
  profileName: String.t() | nil,
  timezone: String.t() | nil,
  webpropertyName: String.t() | nil,
  websiteUrl: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.