class Google::Apis::DfareportingV2_3::PlacementTag
Placement Tag
Attributes
placement_id[RW]
Placement ID Corresponds to the JSON property `placementId` @return [String]
tag_datas[RW]
Tags generated for this placement. Corresponds to the JSON property `tagDatas` @return [Array<Google::Apis::DfareportingV2_3::TagData>]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/dfareporting_v2_3/classes.rb, line 7863 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/dfareporting_v2_3/classes.rb, line 7868 def update!(**args) @placement_id = args[:placement_id] if args.key?(:placement_id) @tag_datas = args[:tag_datas] if args.key?(:tag_datas) end