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: Option<ClickThroughUrl>
Click-through URL of this rich media exit override. Applicable if the enabled field is set to true.
enabled: Option<bool>
Whether to use the clickThroughUrl. If false, the creative-level exit will be used.
exit_id: Option<String>
ID for the override to refer to a specific exit in the creative.
Trait Implementations
impl Default for RichMediaExitOverride
[src]
fn default() -> RichMediaExitOverride
[src]
Returns the "default value" for a type. Read more
impl Clone for RichMediaExitOverride
[src]
fn clone(&self) -> RichMediaExitOverride
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more