Struct google_dfareporting2d5::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]

[src]

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

impl Clone for CompanionClickThroughOverride
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CompanionClickThroughOverride
[src]

[src]

Formats the value using the given formatter.

impl Part for CompanionClickThroughOverride
[src]