Class: Google::Apis::DfareportingV3_0::PopupWindowProperties
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Apis::DfareportingV3_0::PopupWindowProperties
 
 
- Includes:
 - Core::Hashable, Core::JsonObjectSupport
 
- Defined in:
 - generated/google/apis/dfareporting_v3_0/classes.rb,
generated/google/apis/dfareporting_v3_0/representations.rb,
generated/google/apis/dfareporting_v3_0/representations.rb 
Overview
Popup Window Properties.
Instance Attribute Summary collapse
- 
  
    
      #dimension  ⇒ Google::Apis::DfareportingV3_0::Size 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Represents the dimensions of ads, placements, creatives, or creative assets.
 - 
  
    
      #offset  ⇒ Google::Apis::DfareportingV3_0::OffsetPosition 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Offset Position.
 - 
  
    
      #position_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Popup window position either centered or at specific coordinate.
 - 
  
    
      #show_address_bar  ⇒ Boolean 
    
    
      (also: #show_address_bar?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether to display the browser address bar.
 - 
  
    
      #show_menu_bar  ⇒ Boolean 
    
    
      (also: #show_menu_bar?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether to display the browser menu bar.
 - 
  
    
      #show_scroll_bar  ⇒ Boolean 
    
    
      (also: #show_scroll_bar?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether to display the browser scroll bar.
 - 
  
    
      #show_status_bar  ⇒ Boolean 
    
    
      (also: #show_status_bar?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether to display the browser status bar.
 - 
  
    
      #show_tool_bar  ⇒ Boolean 
    
    
      (also: #show_tool_bar?)
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether to display the browser tool bar.
 - 
  
    
      #title  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Title of popup window.
 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ PopupWindowProperties 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of PopupWindowProperties.
 - 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Update properties of this object.
 
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ PopupWindowProperties
Returns a new instance of PopupWindowProperties
      8910 8911 8912  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 8910 def initialize(**args) update!(**args) end  | 
  
Instance Attribute Details
#dimension ⇒ Google::Apis::DfareportingV3_0::Size
Represents the dimensions of ads, placements, creatives, or creative assets.
Corresponds to the JSON property dimension
      8863 8864 8865  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 8863 def dimension @dimension end  | 
  
#offset ⇒ Google::Apis::DfareportingV3_0::OffsetPosition
Offset Position.
Corresponds to the JSON property offset
      8868 8869 8870  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 8868 def offset @offset end  | 
  
#position_type ⇒ String
Popup window position either centered or at specific coordinate.
Corresponds to the JSON property positionType
      8873 8874 8875  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 8873 def position_type @position_type end  | 
  
#show_address_bar ⇒ Boolean Also known as: show_address_bar?
Whether to display the browser address bar.
Corresponds to the JSON property showAddressBar
      8878 8879 8880  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 8878 def @show_address_bar end  | 
  
#show_menu_bar ⇒ Boolean Also known as:
Whether to display the browser menu bar.
Corresponds to the JSON property showMenuBar
      8884 8885 8886  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 8884 def @show_menu_bar end  | 
  
#show_scroll_bar ⇒ Boolean Also known as: show_scroll_bar?
Whether to display the browser scroll bar.
Corresponds to the JSON property showScrollBar
      8890 8891 8892  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 8890 def @show_scroll_bar end  | 
  
#show_status_bar ⇒ Boolean Also known as: show_status_bar?
Whether to display the browser status bar.
Corresponds to the JSON property showStatusBar
      8896 8897 8898  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 8896 def @show_status_bar end  | 
  
#show_tool_bar ⇒ Boolean Also known as: show_tool_bar?
Whether to display the browser tool bar.
Corresponds to the JSON property showToolBar
      8902 8903 8904  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 8902 def @show_tool_bar end  | 
  
#title ⇒ String
Title of popup window.
Corresponds to the JSON property title
      8908 8909 8910  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 8908 def title @title end  | 
  
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
      8915 8916 8917 8918 8919 8920 8921 8922 8923 8924 8925  | 
    
      # File 'generated/google/apis/dfareporting_v3_0/classes.rb', line 8915 def update!(**args) @dimension = args[:dimension] if args.key?(:dimension) @offset = args[:offset] if args.key?(:offset) @position_type = args[:position_type] if args.key?(:position_type) @show_address_bar = args[:show_address_bar] if args.key?(:show_address_bar) @show_menu_bar = args[:show_menu_bar] if args.key?(:show_menu_bar) @show_scroll_bar = args[:show_scroll_bar] if args.key?(:show_scroll_bar) @show_status_bar = args[:show_status_bar] if args.key?(:show_status_bar) @show_tool_bar = args[:show_tool_bar] if args.key?(:show_tool_bar) @title = args[:title] if args.key?(:title) end  |