GoogleApi.DFAReporting.V34.Model.PlacementTag (google_api_dfa_reporting v0.31.0)
View SourcePlacement Tag
Attributes
-
placementId
(type:String.t
, default:nil
) - Placement ID -
tagDatas
(type:list(GoogleApi.DFAReporting.V34.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.V34.Model.PlacementTag{ placementId: String.t() | nil, tagDatas: [GoogleApi.DFAReporting.V34.Model.TagData.t()] | nil }