Class: Google::Apis::TagmanagerV2::RevertZoneResponse

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 zone in a workspace.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RevertZoneResponse

Returns a new instance of RevertZoneResponse.



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

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

Instance Attribute Details

#zoneGoogle::Apis::TagmanagerV2::Zone

Represents a Google Tag Manager Zone's contents. Corresponds to the JSON property zone



1737
1738
1739
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1737

def zone
  @zone
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1744
1745
1746
# File 'generated/google/apis/tagmanager_v2/classes.rb', line 1744

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