Class: Google::Apis::DfareportingV3_1::TargetWindow

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v3_1/classes.rb,
generated/google/apis/dfareporting_v3_1/representations.rb,
generated/google/apis/dfareporting_v3_1/representations.rb

Overview

Target Window.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ TargetWindow

Returns a new instance of TargetWindow



11315
11316
11317
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 11315

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#custom_htmlString

User-entered value. Corresponds to the JSON property customHtml

Returns:

  • (String)


11307
11308
11309
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 11307

def custom_html
  @custom_html
end

#target_window_optionString

Type of browser window for which the backup image of the flash creative can be displayed. Corresponds to the JSON property targetWindowOption

Returns:

  • (String)


11313
11314
11315
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 11313

def target_window_option
  @target_window_option
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



11320
11321
11322
11323
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 11320

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