Struct google_dfareporting2d4::FloodlightActivityDynamicTag [] [src]

pub struct FloodlightActivityDynamicTag {
    pub tag: Option<String>,
    pub id: Option<String>,
    pub name: Option<String>,
}

Dynamic Tag

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

Fields

Tag code.

ID of this dynamic tag. This is a read-only, auto-generated field.

Name of this tag.

Trait Implementations

impl Default for FloodlightActivityDynamicTag
[src]

[src]

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

impl Clone for FloodlightActivityDynamicTag
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FloodlightActivityDynamicTag
[src]

[src]

Formats the value using the given formatter.

impl Part for FloodlightActivityDynamicTag
[src]