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

JSON template for Analytics account entry.

Attributes

  • childLink (type: GoogleApi.Analytics.V3.Model.AccountChildLink.t, default: nil) - Child link for an account entry. Points to the list of web properties for this account.
  • created (type: DateTime.t, default: nil) - Time the account was created.
  • id (type: String.t, default: nil) - Account ID.
  • kind (type: String.t, default: analytics#account) - Resource type for Analytics account.
  • name (type: String.t, default: nil) - Account name.
  • permissions (type: GoogleApi.Analytics.V3.Model.AccountPermissions.t, default: nil) - Permissions the user has for this account.
  • selfLink (type: String.t, default: nil) - Link for this account.
  • starred (type: boolean(), default: nil) - Indicates whether this account is starred or not.
  • updated (type: DateTime.t, default: nil) - Time the account was last modified.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Analytics.V3.Model.Account{
  childLink: GoogleApi.Analytics.V3.Model.AccountChildLink.t() | nil,
  created: DateTime.t() | nil,
  id: String.t() | nil,
  kind: String.t() | nil,
  name: String.t() | nil,
  permissions: GoogleApi.Analytics.V3.Model.AccountPermissions.t() | nil,
  selfLink: String.t() | nil,
  starred: boolean() | nil,
  updated: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.