Struct google_dfareporting3d2::FsCommand[][src]

pub struct FsCommand {
    pub window_height: Option<i32>,
    pub top: Option<i32>,
    pub window_width: Option<i32>,
    pub position_option: Option<String>,
    pub left: Option<i32>,
}

FsCommand.

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

Fields

Height of the window.

Distance from the top of the browser. Applicable when positionOption is DISTANCE_FROM_TOP_LEFT_CORNER.

Width of the window.

Position in the browser where the window will open.

Distance from the left of the browser.Applicable when positionOption is DISTANCE_FROM_TOP_LEFT_CORNER.

Trait Implementations

impl Default for FsCommand
[src]

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

impl Clone for FsCommand
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FsCommand
[src]

Formats the value using the given formatter. Read more

impl Part for FsCommand
[src]

Auto Trait Implementations

impl Send for FsCommand

impl Sync for FsCommand