Class: Google::Apis::TagmanagerV2::RevertZoneResponse
- Inherits:
-
Object
- Object
- Google::Apis::TagmanagerV2::RevertZoneResponse
- 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 zone in a workspace.
Instance Attribute Summary collapse
-
#zone ⇒ Google::Apis::TagmanagerV2::Zone
Represents a Google Tag Manager Zone's contents.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RevertZoneResponse
constructor
A new instance of RevertZoneResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ RevertZoneResponse
Returns a new instance of RevertZoneResponse
1570 1571 1572 |
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1570 def initialize(**args) update!(**args) end |
Instance Attribute Details
#zone ⇒ Google::Apis::TagmanagerV2::Zone
Represents a Google Tag Manager Zone's contents.
Corresponds to the JSON property zone
1568 1569 1570 |
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1568 def zone @zone end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1575 1576 1577 |
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1575 def update!(**args) @zone = args[:zone] if args.key?(:zone) end |