Struct google_tagmanager2::Container[][src]

pub struct Container {
    pub public_id: Option<String>,
    pub container_id: Option<String>,
    pub domain_name: Option<Vec<String>>,
    pub notes: Option<String>,
    pub name: Option<String>,
    pub tag_manager_url: Option<String>,
    pub usage_context: Option<Vec<String>>,
    pub fingerprint: Option<String>,
    pub path: Option<String>,
    pub account_id: Option<String>,
}

Represents a Google Tag Manager Container, which specifies the platform tags will run on, manages workspaces, and retains container versions.

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

Container Public ID.

The Container ID uniquely identifies the GTM Container.

List of domain names associated with the Container.

Container Notes.

Container display name.

Auto generated link to the tag manager UI

List of Usage Contexts for the Container. Valid values include: web, android, or ios.

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

GTM Container's API relative path.

GTM Account ID.

Trait Implementations

impl Default for Container
[src]

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

impl Clone for Container
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Container
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Container
[src]

impl ResponseResult for Container
[src]

Auto Trait Implementations

impl Send for Container

impl Sync for Container