Struct google_tagmanager2::TeardownTag[][src]

pub struct TeardownTag {
    pub stop_teardown_on_failure: Option<bool>,
    pub tag_name: Option<String>,
}

Represents a tag that fires after another tag in order to tear down dependencies.

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

Fields

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

The name of the teardown tag.

Trait Implementations

impl Default for TeardownTag
[src]

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

impl Clone for TeardownTag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TeardownTag
[src]

Formats the value using the given formatter. Read more

impl Part for TeardownTag
[src]

Auto Trait Implementations

impl Send for TeardownTag

impl Sync for TeardownTag