Struct google_tagmanager1::Environment [] [src]

pub struct Environment {
    pub authorization_code: Option<String>,
    pub description: Option<String>,
    pub environment_id: Option<String>,
    pub url: Option<String>,
    pub enable_debug: Option<bool>,
    pub container_id: Option<String>,
    pub authorization_timestamp_ms: Option<String>,
    pub container_version_id: Option<String>,
    pub fingerprint: 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.

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

GTM Container ID.

The last update time-stamp for the authorization code.

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

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 Debug for Environment
[src]

Formats the value using the given formatter.

impl Clone for Environment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Environment
[src]

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

impl RequestValue for Environment
[src]

impl ResponseResult for Environment
[src]