Struct google_tagmanager2::SetupTag[][src]

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

Represents a reference to atag that fires before another tag in order to set up dependencies.

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]

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

impl Clone for SetupTag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SetupTag
[src]

Formats the value using the given formatter. Read more

impl Part for SetupTag
[src]

Auto Trait Implementations

impl Send for SetupTag

impl Sync for SetupTag