Struct google_dfareporting2d5::TargetWindow [] [src]

pub struct TargetWindow {
    pub custom_html: Option<String>,
    pub target_window_option: Option<String>,
}

Target Window.

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

Fields

User-entered value.

Type of browser window for which the backup image of the flash creative can be displayed.

Trait Implementations

impl Default for TargetWindow
[src]

[src]

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

impl Clone for TargetWindow
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TargetWindow
[src]

[src]

Formats the value using the given formatter.

impl Part for TargetWindow
[src]