Struct google_tagmanager1::Folder [] [src]

pub struct Folder {
    pub folder_id: Option<String>,
    pub account_id: Option<String>,
    pub container_id: Option<String>,
    pub name: Option<String>,
    pub fingerprint: 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

The Folder ID uniquely identifies the GTM Folder.

GTM Account ID.

GTM Container ID.

Folder display name.

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

Trait Implementations

impl Debug for Folder
[src]

Formats the value using the given formatter.

impl Clone for Folder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Folder
[src]

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

impl RequestValue for Folder
[src]

impl ResponseResult for Folder
[src]