Class: Google::Apis::TagmanagerV2::RevertTriggerResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/tagmanager_v2/classes.rb,
generated/google/apis/tagmanager_v2/representations.rb,
generated/google/apis/tagmanager_v2/representations.rb

Overview

The result of reverting a trigger in a workspace.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ RevertTriggerResponse

Returns a new instance of RevertTriggerResponse.



1715
1716
1717
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1715

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#triggerGoogle::Apis::TagmanagerV2::Trigger

Represents a Google Tag Manager Trigger Corresponds to the JSON property trigger



1713
1714
1715
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1713

def trigger
  @trigger
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1720
1721
1722
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1720

def update!(**args)
  @trigger = args[:trigger] if args.key?(:trigger)
end