Struct google_tagmanager2::ContainerVersionHeader[][src]

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

Represents a Google Tag Manager Container Version Header.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

GTM Container ID.

Number of tags in the container version.

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

Number of zones in the container version.

Number of macros in the container version.

Container version display name.

Number of triggers in the container version.

Number of rules in the container version.

The Container Version ID uniquely identifies the GTM Container Version.

GTM Container Versions's API relative path.

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. Read more

impl ResponseResult for ContainerVersionHeader
[src]

Auto Trait Implementations