Struct google_dfareporting2d7::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
window_height: Option<i32>
Height of the window.
top: Option<i32>
Distance from the top of the browser. Applicable when positionOption is DISTANCE_FROM_TOP_LEFT_CORNER.
window_width: Option<i32>
Width of the window.
position_option: Option<String>
Position in the browser where the window will open.
left: Option<i32>
Distance from the left of the browser.Applicable when positionOption is DISTANCE_FROM_TOP_LEFT_CORNER.
Trait Implementations
impl Debug for FsCommand[src]
impl Clone for FsCommand[src]
fn clone(&self) -> FsCommand
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more