Class: Google::Apis::TagmanagerV2::RevertVariableResponse
- Inherits:
-
Object
- Object
- Google::Apis::TagmanagerV2::RevertVariableResponse
- 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
-
#variable ⇒ Google::Apis::TagmanagerV2::Variable
Represents a Google Tag Manager Variable.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RevertVariableResponse
constructor
A new instance of RevertVariableResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ RevertVariableResponse
Returns a new instance of RevertVariableResponse
1422 1423 1424 |
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1422 def initialize(**args) update!(**args) end |
Instance Attribute Details
#variable ⇒ Google::Apis::TagmanagerV2::Variable
Represents a Google Tag Manager Variable.
Corresponds to the JSON property variable
1420 1421 1422 |
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1420 def variable @variable end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1427 1428 1429 |
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1427 def update!(**args) @variable = args[:variable] if args.key?(:variable) end |