Struct google_tagmanager2::ZoneChildContainer[][src]

pub struct ZoneChildContainer {
    pub nickname: Option<String>,
    pub public_id: Option<String>,
}

Represents a child container of a Zone.

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

Fields

The zone's nickname for the child container.

The child container's public id.

Trait Implementations

impl Default for ZoneChildContainer
[src]

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

impl Clone for ZoneChildContainer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ZoneChildContainer
[src]

Formats the value using the given formatter. Read more

impl Part for ZoneChildContainer
[src]

Auto Trait Implementations