Struct google_dfareporting2d8::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 Default for FsCommand[src]
impl Default for FsCommandimpl Clone for FsCommand[src]
impl Clone for FsCommandfn clone(&self) -> FsCommand[src]
fn clone(&self) -> FsCommandReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for FsCommand[src]
impl Debug for FsCommandfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for FsCommand[src]
impl Part for FsCommand