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

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

impl Clone for ClickThroughUrlSuffixProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ClickThroughUrlSuffixProperties
[src]

Formats the value using the given formatter. Read more

impl Part for ClickThroughUrlSuffixProperties
[src]

Auto Trait Implementations