class Google::Apis::DfareportingV3_5::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_5::TagData>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/dfareporting_v3_5/classes.rb, line 9097
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_5/classes.rb, line 9102
def update!(**args)
  @placement_id = args[:placement_id] if args.key?(:placement_id)
  @tag_datas = args[:tag_datas] if args.key?(:tag_datas)
end