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

JSON template for a linked account.

Attributes

  • href (type: String.t, default: nil) - Link for this account.
  • id (type: String.t, default: nil) - Account ID.
  • kind (type: String.t, default: analytics#accountRef) - Analytics account reference.
  • name (type: String.t, default: nil) - Account name.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Analytics.V3.Model.AccountRef{
  href: String.t() | nil,
  id: String.t() | nil,
  kind: String.t() | nil,
  name: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.