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

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.

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.AccountTicket{
  account: GoogleApi.Analytics.V3.Model.Account.t(),
  id: String.t(),
  kind: String.t(),
  profile: GoogleApi.Analytics.V3.Model.Profile.t(),
  redirectUri: String.t(),
  webproperty: GoogleApi.Analytics.V3.Model.Webproperty.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.