class Google::Apis::DfareportingV2_1::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_1::TagData>]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 7791
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_1/classes.rb, line 7796
def update!(**args)
  @placement_id = args[:placement_id] unless args[:placement_id].nil?
  @tag_datas = args[:tag_datas] unless args[:tag_datas].nil?
end