Struct google_dfareporting2d5::ClickThroughUrlSuffixProperties [] [src]

pub struct ClickThroughUrlSuffixProperties {
    pub click_through_url_suffix: Option<String>,
    pub override_inherited_suffix: Option<bool>,
}

Click Through URL Suffix settings.

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

Fields

Click-through URL suffix to apply to all ads in this entity's scope. Must be less than 128 characters long.

Whether this entity should override the inherited click-through URL suffix with its own defined value.

Trait Implementations

impl Default for ClickThroughUrlSuffixProperties
[src]

[src]

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

impl Clone for ClickThroughUrlSuffixProperties
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ClickThroughUrlSuffixProperties
[src]

[src]

Formats the value using the given formatter.

impl Part for ClickThroughUrlSuffixProperties
[src]