Class: Google::Apis::TagmanagerV2::RevertVariableResponse

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 variable 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) ⇒ RevertVariableResponse

Returns a new instance of RevertVariableResponse.



1734
1735
1736
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1734

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

Instance Attribute Details

#variableGoogle::Apis::TagmanagerV2::Variable

Represents a Google Tag Manager Variable. Corresponds to the JSON property variable



1732
1733
1734
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1732

def variable
  @variable
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1739
1740
1741
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1739

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