class Google::Apis::DfareportingV3_3::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 lib/google/apis/dfareporting_v3_3/classes.rb, line 11169
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_3/classes.rb, line 11174
def update!(**args)
  @dynamic_tag_enabled = args[:dynamic_tag_enabled] if args.key?(:dynamic_tag_enabled)
  @image_tag_enabled = args[:image_tag_enabled] if args.key?(:image_tag_enabled)
end