Struct google_tagmanager2::RevertTriggerResponse[][src]

pub struct RevertTriggerResponse {
    pub trigger: Option<Trigger>,
}

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

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

Trait Implementations

impl Default for RevertTriggerResponse
[src]

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

impl Clone for RevertTriggerResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RevertTriggerResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for RevertTriggerResponse
[src]

Auto Trait Implementations