Struct google_tagmanager2::Folder[][src]

pub struct Folder {
    pub container_id: Option<String>,
    pub notes: Option<String>,
    pub name: Option<String>,
    pub workspace_id: Option<String>,
    pub tag_manager_url: Option<String>,
    pub fingerprint: Option<String>,
    pub path: Option<String>,
    pub folder_id: Option<String>,
    pub account_id: Option<String>,
}

Represents a Google Tag Manager Folder.

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

GTM Container ID.

User notes on how to apply this folder in the container.

Folder display name.

GTM Workspace ID.

Auto generated link to the tag manager UI

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

GTM Folder's API relative path.

The Folder ID uniquely identifies the GTM Folder.

GTM Account ID.

Trait Implementations

impl Default for Folder
[src]

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

impl Clone for Folder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Folder
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Folder
[src]

impl ResponseResult for Folder
[src]

Auto Trait Implementations

impl Send for Folder

impl Sync for Folder