Struct google_tagmanager1::SetupTag [] [src]

pub struct SetupTag {
    pub stop_on_setup_failure: Option<bool>,
    pub tag_name: Option<String>,
}

There is no detailed description.

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

Fields

If true, fire the main tag if and only if the setup tag fires successfully. If false, fire the main tag regardless of setup tag firing status.

The name of the setup tag.

Trait Implementations

impl Default for SetupTag
[src]

[src]

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

impl Clone for SetupTag
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetupTag
[src]

[src]

Formats the value using the given formatter.

impl Part for SetupTag
[src]