class Google::Apis::DfareportingV2_1::TargetWindow
Target Window.
Attributes
custom_html[RW]
User-entered value. Corresponds to the JSON property `customHtml` @return [String]
target_window_option[RW]
Type of browser window for which the backup image of the flash creative can be displayed. Corresponds to the JSON property `targetWindowOption` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 10179 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 10184 def update!(**args) @custom_html = args[:custom_html] unless args[:custom_html].nil? @target_window_option = args[:target_window_option] unless args[:target_window_option].nil? end