Struct google_dfareporting3d2::CompanionClickThroughOverride[][src]

pub struct CompanionClickThroughOverride {
    pub click_through_url: Option<ClickThroughUrl>,
    pub creative_id: Option<String>,
}

Companion Click-through override.

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

Fields

Click-through URL of this companion click-through override.

ID of the creative for this companion click-through override.

Trait Implementations

impl Default for CompanionClickThroughOverride
[src]

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

impl Clone for CompanionClickThroughOverride
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CompanionClickThroughOverride
[src]

Formats the value using the given formatter. Read more

impl Part for CompanionClickThroughOverride
[src]

Auto Trait Implementations