Class: Google::Apis::TagmanagerV2::RevertZoneResponse
- Inherits:
-
Object
- Object
- Google::Apis::TagmanagerV2::RevertZoneResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/tagmanager_v2/classes.rb,
lib/google/apis/tagmanager_v2/representations.rb,
lib/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.
Constructor Details
#initialize(**args) ⇒ RevertZoneResponse
Returns a new instance of RevertZoneResponse.
2273 2274 2275 |
# File 'lib/google/apis/tagmanager_v2/classes.rb', line 2273 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
2271 2272 2273 |
# File 'lib/google/apis/tagmanager_v2/classes.rb', line 2271 def zone @zone end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2278 2279 2280 |
# File 'lib/google/apis/tagmanager_v2/classes.rb', line 2278 def update!(**args) @zone = args[:zone] if args.key?(:zone) end |