Struct google_dfareporting3d2::PopupWindowProperties[][src]

pub struct PopupWindowProperties {
    pub show_status_bar: Option<bool>,
    pub show_scroll_bar: Option<bool>,
    pub show_address_bar: Option<bool>,
    pub show_menu_bar: Option<bool>,
    pub title: Option<String>,
    pub offset: Option<OffsetPosition>,
    pub position_type: Option<String>,
    pub show_tool_bar: Option<bool>,
    pub dimension: Option<Size>,
}

Popup Window Properties.

This type is not used in any activity, and only used as part of another schema.

Fields

Whether to display the browser status bar.

Whether to display the browser scroll bar.

Whether to display the browser address bar.

Whether to display the browser menu bar.

Title of popup window.

Upper-left corner coordinates of the popup window. Applicable if positionType is COORDINATES.

Popup window position either centered or at specific coordinate.

Whether to display the browser tool bar.

Popup dimension for a creative. This is a read-only field. Applicable to the following creative types: all RICH_MEDIA and all VPAID

Trait Implementations

impl Default for PopupWindowProperties
[src]

Returns the "default value" for a type. Read more

impl Clone for PopupWindowProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PopupWindowProperties
[src]

Formats the value using the given formatter. Read more

impl Part for PopupWindowProperties
[src]

Auto Trait Implementations