Struct google_tagmanager2::ZoneTypeRestriction[][src]

pub struct ZoneTypeRestriction {
    pub enable: Option<bool>,
    pub whitelisted_type_id: Option<Vec<String>>,
}

Represents a Zone's type restrictions.

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

Fields

True if type restrictions have been enabled for this Zone.

List of type public ids that have been whitelisted for use in this Zone.

Trait Implementations

impl Default for ZoneTypeRestriction
[src]

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

impl Clone for ZoneTypeRestriction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ZoneTypeRestriction
[src]

Formats the value using the given formatter. Read more

impl Part for ZoneTypeRestriction
[src]

Auto Trait Implementations