google_api_analytics v0.4.0 GoogleApi.Analytics.V3.Model.WebPropertyRef View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Analytics.V3.Model.WebPropertyRef{
  accountId: String.t(),
  href: String.t(),
  id: String.t(),
  internalWebPropertyId: String.t(),
  kind: String.t(),
  name: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.