class Google::Apis::DfareportingV2_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 generated/google/apis/dfareporting_v2_3/classes.rb, line 10213
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_3/classes.rb, line 10218
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