Struct google_dfareporting2d4::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]

[src]

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

impl Clone for FsCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FsCommand
[src]

[src]

Formats the value using the given formatter.

impl Part for FsCommand
[src]