Struct google_dfareporting2d3::RichMediaExitOverride [] [src]

pub struct RichMediaExitOverride {
    pub custom_exit_url: Option<String>,
    pub use_custom_exit_url: Option<bool>,
    pub exit_id: Option<String>,
}

Rich Media Exit Override.

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

Fields

Click-through URL to override the default exit URL. Applicable if the useCustomExitUrl field is set to true.

Whether to use the custom exit URL.

ID for the override to refer to a specific exit in the creative.

Trait Implementations

impl Default for RichMediaExitOverride
[src]

[src]

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

impl Clone for RichMediaExitOverride
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for RichMediaExitOverride
[src]

[src]

Formats the value using the given formatter.

impl Part for RichMediaExitOverride
[src]