Struct google_tagmanager2::RevertFolderResponse[][src]

pub struct RevertFolderResponse {
    pub folder: Option<Folder>,
}

The result of reverting folder changes in a 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

Folder as it appears in the latest container version since the last workspace synchronization operation. If no folder is present, that means the folder was deleted in the latest container version.

Trait Implementations

impl Default for RevertFolderResponse
[src]

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

impl Clone for RevertFolderResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RevertFolderResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for RevertFolderResponse
[src]

Auto Trait Implementations