Struct google_dfareporting2d7::RichMediaExitOverride [] [src]

pub struct RichMediaExitOverride {
    pub click_through_url: Option<ClickThroughUrl>,
    pub enabled: 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 of this rich media exit override. Applicable if the enabled field is set to true.

Whether to use the clickThroughUrl. If false, the creative-level exit will be used.

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]