Struct google_tagmanager2::RevertVariableResponse[][src]

pub struct RevertVariableResponse {
    pub variable: Option<Variable>,
}

The result of reverting a variable 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

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

Trait Implementations

impl Default for RevertVariableResponse
[src]

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

impl Clone for RevertVariableResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RevertVariableResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for RevertVariableResponse
[src]

Auto Trait Implementations