Struct google_tagmanager1::ContainerVersionHeader [] [src]

pub struct ContainerVersionHeader {
    pub name: Option<String>,
    pub deleted: Option<bool>,
    pub num_macros: Option<String>,
    pub container_id: Option<String>,
    pub num_tags: Option<String>,
    pub num_rules: Option<String>,
    pub container_version_id: Option<String>,
    pub num_triggers: Option<String>,
    pub account_id: Option<String>,
    pub num_variables: Option<String>,
}

Represents a Google Tag Manager Container Version Header.

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

Fields

Container version display name.

A value of true indicates this container version has been deleted.

Number of macros in the container version.

GTM Container ID.

Number of tags in the container version.

Number of rules in the container version.

The Container Version ID uniquely identifies the GTM Container Version.

Number of triggers in the container version.

GTM Account ID.

Number of variables in the container version.

Trait Implementations

impl Default for ContainerVersionHeader
[src]

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

impl Clone for ContainerVersionHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ContainerVersionHeader
[src]

Formats the value using the given formatter.

impl Part for ContainerVersionHeader
[src]