class Google::Apis::DfareportingV3_5::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 lib/google/apis/dfareporting_v3_5/classes.rb, line 11801 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 11806 def update!(**args) @custom_html = args[:custom_html] if args.key?(:custom_html) @target_window_option = args[:target_window_option] if args.key?(:target_window_option) end