Struct google_tagmanager2::Environment [] [src]

pub struct Environment {
    pub authorization_code: Option<String>,
    pub description: Option<String>,
    pub environment_id: Option<String>,
    pub url: Option<String>,
    pub authorization_timestamp: Option<Timestamp>,
    pub enable_debug: Option<bool>,
    pub container_id: Option<String>,
    pub workspace_id: Option<String>,
    pub tag_manager_url: Option<String>,
    pub container_version_id: Option<String>,
    pub fingerprint: Option<String>,
    pub path: Option<String>,
    pub account_id: Option<String>,
    pub type_: Option<String>,
    pub name: Option<String>,
}

Represents a Google Tag Manager Environment. Note that a user can create, delete and update environments of type USER, but can only update the enable_debug and url fields of environments of other types.

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 environment authorization code.

The environment description. Can be set or changed only on USER type environments.

GTM Environment ID uniquely identifies the GTM Environment.

Default preview page url for the environment.

The last update time-stamp for the authorization code.

Whether or not to enable debug by default for the environment.

GTM Container ID.

Represents a link to a quick preview of a workspace.

Auto generated link to the tag manager UI

Represents a link to a container version.

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

GTM Environment's API relative path.

GTM Account ID.

The type of this environment.

The environment display name. Can be set or changed only on USER type environments.

Trait Implementations

impl Default for Environment
[src]

[src]

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

impl Clone for Environment
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Environment
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for Environment
[src]

impl ResponseResult for Environment
[src]