Struct google_tagmanager2::RevertTagResponse[][src]

pub struct RevertTagResponse {
    pub tag: Option<Tag>,
}

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

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

Trait Implementations

impl Default for RevertTagResponse
[src]

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

impl Clone for RevertTagResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RevertTagResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for RevertTagResponse
[src]

Auto Trait Implementations