Struct google_tagmanager2::BuiltInVariable [] [src]

pub struct BuiltInVariable {
    pub workspace_id: Option<String>,
    pub container_id: Option<String>,
    pub path: Option<String>,
    pub account_id: Option<String>,
    pub type_: Option<String>,
    pub name: Option<String>,
}

Built-in variables are a special category of variables that are pre-created and non-customizable. They provide common functionality like accessing propeties of the gtm data layer, monitoring clicks, or accessing elements of a page URL.

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

Fields

GTM Workspace ID.

GTM Container ID.

GTM BuiltInVariable's API relative path.

GTM Account ID.

Type of built-in variable.

Name of the built-in variable to be used to refer to the built-in variable.

Trait Implementations

impl Default for BuiltInVariable
[src]

[src]

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

impl Clone for BuiltInVariable
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for BuiltInVariable
[src]

[src]

Formats the value using the given formatter.

impl Part for BuiltInVariable
[src]