GoogleApi.DFAReporting.V33.Model.PlacementTag (google_api_dfa_reporting v0.31.0)

View Source

Placement Tag

Attributes

  • placementId (type: String.t, default: nil) - Placement ID
  • tagDatas (type: list(GoogleApi.DFAReporting.V33.Model.TagData.t), default: nil) - Tags generated for this placement.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DFAReporting.V33.Model.PlacementTag{
  placementId: String.t() | nil,
  tagDatas: [GoogleApi.DFAReporting.V33.Model.TagData.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.