Struct google_tagmanager1::ContainerVersion [] [src]

pub struct ContainerVersion {
    pub container: Option<Container>,
    pub container_id: Option<String>,
    pub trigger: Option<Vec<Trigger>>,
    pub deleted: Option<bool>,
    pub macro_: Option<Vec<Macro>>,
    pub notes: Option<String>,
    pub rule: Option<Vec<Rule>>,
    pub tag: Option<Vec<Tag>>,
    pub container_version_id: Option<String>,
    pub fingerprint: Option<String>,
    pub variable: Option<Vec<Variable>>,
    pub folder: Option<Vec<Folder>>,
    pub account_id: Option<String>,
    pub name: Option<String>,
}

Represents a Google Tag Manager Container Version.

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

The container that this version was taken from.

GTM Container ID.

The triggers in the container that this version was taken from.

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

The macros in the container that this version was taken from.

User notes on how to apply this container version in the container.

The rules in the container that this version was taken from.

The tags in the container that this version was taken from.

The Container Version ID uniquely identifies the GTM Container Version.

The fingerprint of the GTM Container Version as computed at storage time. This value is recomputed whenever the container version is modified.

The variables in the container that this version was taken from.

The folders in the container that this version was taken from.

GTM Account ID.

Container version display name.

Trait Implementations

impl Default for ContainerVersion
[src]

[src]

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

impl Clone for ContainerVersion
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ContainerVersion
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for ContainerVersion
[src]

impl ResponseResult for ContainerVersion
[src]