Struct google_tagmanager2::Workspace[][src]

pub struct Workspace {
    pub description: Option<String>,
    pub container_id: Option<String>,
    pub workspace_id: Option<String>,
    pub tag_manager_url: Option<String>,
    pub fingerprint: Option<String>,
    pub path: Option<String>,
    pub account_id: Option<String>,
    pub name: Option<String>,
}

Represents a Google Tag Manager Container Workspace.

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

Workspace description.

GTM Container ID.

The Workspace ID uniquely identifies the GTM Workspace.

Auto generated link to the tag manager UI

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

GTM Workspace's API relative path.

GTM Account ID.

Workspace display name.

Trait Implementations

impl Default for Workspace
[src]

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

impl Clone for Workspace
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Workspace
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Workspace
[src]

impl ResponseResult for Workspace
[src]

Auto Trait Implementations

impl Send for Workspace

impl Sync for Workspace