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

JSON template for a web property reference.

Attributes

  • accountId (type: String.t, default: nil) - Account ID to which this web property belongs.
  • href (type: String.t, default: nil) - Link for this web property.
  • id (type: String.t, default: nil) - Web property ID of the form UA-XXXXX-YY.
  • internalWebPropertyId (type: String.t, default: nil) - Internal ID for this web property.
  • kind (type: String.t, default: analytics#webPropertyRef) - Analytics web property reference.
  • name (type: String.t, default: nil) - Name of this web property.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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