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