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

[src]

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

impl Clone for TagSettings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TagSettings
[src]

[src]

Formats the value using the given formatter.

impl Part for TagSettings
[src]