View Source GoogleApi.DFAReporting.V4.Model.PlacementTag (google_api_dfa_reporting v0.30.0)

Placement Tag

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.