class Google::Apis::DfareportingV3_3::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_3/classes.rb, line 11195
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 11200
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