Class: Google::Apis::DfareportingV2_7::TargetWindow
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_7::TargetWindow
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v2_7/classes.rb,
generated/google/apis/dfareporting_v2_7/representations.rb,
generated/google/apis/dfareporting_v2_7/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.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ TargetWindow
Returns a new instance of TargetWindow
10982 10983 10984 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 10982 def initialize(**args) update!(**args) end |
Instance Attribute Details
#custom_html ⇒ String
User-entered value.
Corresponds to the JSON property customHtml
10974 10975 10976 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 10974 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
10980 10981 10982 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 10980 def target_window_option @target_window_option end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10987 10988 10989 10990 |
# File 'generated/google/apis/dfareporting_v2_7/classes.rb', line 10987 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 |