Struct google_tagmanager1::TeardownTag [] [src]

pub struct TeardownTag {
    pub stop_teardown_on_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 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]

[src]

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

impl Clone for TeardownTag
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for TeardownTag
[src]

[src]

Formats the value using the given formatter.

impl Part for TeardownTag
[src]