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

JSON template for an Analytics account ticket. The account ticket consists of the ticket ID and the basic information for the account, property and profile.

Attributes

  • account (type: GoogleApi.Analytics.V3.Model.Account.t, default: nil) - Account for this ticket.
  • id (type: String.t, default: nil) - Account ticket ID used to access the account ticket.
  • kind (type: String.t, default: analytics#accountTicket) - Resource type for account ticket.
  • profile (type: GoogleApi.Analytics.V3.Model.Profile.t, default: nil) - View (Profile) for the account.
  • redirectUri (type: String.t, default: nil) - Redirect URI where the user will be sent after accepting Terms of Service. Must be configured in APIs console as a callback URL.
  • webproperty (type: GoogleApi.Analytics.V3.Model.Webproperty.t, default: nil) - Web property for the account.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Analytics.V3.Model.AccountTicket{
  account: GoogleApi.Analytics.V3.Model.Account.t() | nil,
  id: String.t() | nil,
  kind: String.t() | nil,
  profile: GoogleApi.Analytics.V3.Model.Profile.t() | nil,
  redirectUri: String.t() | nil,
  webproperty: GoogleApi.Analytics.V3.Model.Webproperty.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.