class Google::Apis::DfareportingV2_1::TagSettings

Dynamic and Image Tag Settings.

Attributes

dynamic_tag_enabled[RW]

Whether dynamic floodlight tags are enabled. Corresponds to the JSON property `dynamicTagEnabled` @return [Boolean]

dynamic_tag_enabled?[RW]

Whether dynamic floodlight tags are enabled. Corresponds to the JSON property `dynamicTagEnabled` @return [Boolean]

image_tag_enabled[RW]

Whether image tags are enabled. Corresponds to the JSON property `imageTagEnabled` @return [Boolean]

image_tag_enabled?[RW]

Whether image tags are enabled. Corresponds to the JSON property `imageTagEnabled` @return [Boolean]

Public Class Methods

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