Struct google_tagmanager2::ZoneBoundary[][src]

pub struct ZoneBoundary {
    pub condition: Option<Vec<Condition>>,
    pub custom_evaluation_trigger_id: Option<Vec<String>>,
}

Represents a Zone's boundaries.

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

Fields

The conditions that, when conjoined, make up the boundary.

Custom evaluation trigger IDs. A zone will evaluate its boundary conditions when any of the listed triggers are true.

Trait Implementations

impl Default for ZoneBoundary
[src]

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

impl Clone for ZoneBoundary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ZoneBoundary
[src]

Formats the value using the given formatter. Read more

impl Part for ZoneBoundary
[src]

Auto Trait Implementations