Struct google_dfareporting2d1::ClickThroughUrl [] [src]

pub struct ClickThroughUrl {
    pub landing_page_id: Option<String>,
    pub custom_click_through_url: Option<String>,
    pub default_landing_page: Option<bool>,
}

Click-through URL

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

Fields

ID of the landing page for the click-through URL. Applicable if the defaultLandingPage field is set to false.

Custom click-through URL. Applicable if the defaultLandingPage field is set to false and the landingPageId field is left unset.

Whether the campaign default landing page is used.

Trait Implementations

impl Default for ClickThroughUrl
[src]

[src]

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

impl Clone for ClickThroughUrl
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ClickThroughUrl
[src]

[src]

Formats the value using the given formatter.

impl Part for ClickThroughUrl
[src]