Class: Google::Apis::DfareportingV3_3::TargetWindow
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV3_3::TargetWindow
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v3_3/classes.rb,
generated/google/apis/dfareporting_v3_3/representations.rb,
generated/google/apis/dfareporting_v3_3/representations.rb
Overview
Target Window.
Instance Attribute Summary collapse
-
#custom_html ⇒ String
User-entered value.
-
#target_window_option ⇒ String
Type of browser window for which the backup image of the flash creative can be displayed.
Instance Method Summary collapse
-
#initialize(**args) ⇒ TargetWindow
constructor
A new instance of TargetWindow.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ TargetWindow
Returns a new instance of TargetWindow.
11195 11196 11197 |
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 11195 def initialize(**args) update!(**args) end |
Instance Attribute Details
#custom_html ⇒ String
User-entered value.
Corresponds to the JSON property customHtml
11187 11188 11189 |
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 11187 def custom_html @custom_html end |
#target_window_option ⇒ String
Type of browser window for which the backup image of the flash creative can be
displayed.
Corresponds to the JSON property targetWindowOption
11193 11194 11195 |
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 11193 def target_window_option @target_window_option end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11200 11201 11202 11203 |
# File 'generated/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 |