Struct google_dfareporting3::TagSettings[][src]

pub struct TagSettings {
    pub dynamic_tag_enabled: Option<bool>,
    pub image_tag_enabled: Option<bool>,
}

Dynamic and Image Tag Settings.

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

Fields

Whether dynamic floodlight tags are enabled.

Whether image tags are enabled.

Trait Implementations

impl Default for TagSettings
[src]

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

impl Clone for TagSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TagSettings
[src]

Formats the value using the given formatter. Read more

impl Part for TagSettings
[src]

Auto Trait Implementations

impl Send for TagSettings

impl Sync for TagSettings