Struct google_dfareporting2d6::DefaultClickThroughEventTagProperties [] [src]

pub struct DefaultClickThroughEventTagProperties {
    pub override_inherited_event_tag: Option<bool>,
    pub default_click_through_event_tag_id: Option<String>,
}

Properties of inheriting and overriding the default click-through event tag. A campaign may override the event tag defined at the advertiser level, and an ad may also override the campaign's setting further.

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

Fields

Whether this entity should override the inherited default click-through event tag with its own defined value.

ID of the click-through event tag to apply to all ads in this entity's scope.

Trait Implementations

impl Default for DefaultClickThroughEventTagProperties
[src]

[src]

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

impl Clone for DefaultClickThroughEventTagProperties
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DefaultClickThroughEventTagProperties
[src]

[src]

Formats the value using the given formatter.

impl Part for DefaultClickThroughEventTagProperties
[src]