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

JSON template for a profile filter link.

Attributes

  • accountId (type: String.t, default: nil) - Account ID to which this filter belongs.
  • href (type: String.t, default: nil) - Link for this filter.
  • id (type: String.t, default: nil) - Filter ID.
  • kind (type: String.t, default: analytics#filterRef) - Kind value for filter reference.
  • name (type: String.t, default: nil) - Name of this filter.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Analytics.V3.Model.FilterRef{
  accountId: String.t() | nil,
  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.