Class: Google::Apis::TagmanagerV2::RevertFolderResponse

Inherits:
Object
  • Object
show all
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 folder changes in a workspace.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RevertFolderResponse

Returns a new instance of RevertFolderResponse.



2177
2178
2179
# File 'lib/google/apis/tagmanager_v2/classes.rb', line 2177

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

Instance Attribute Details

#folderGoogle::Apis::TagmanagerV2::Folder

Represents a Google Tag Manager Folder. Corresponds to the JSON property folder



2175
2176
2177
# File 'lib/google/apis/tagmanager_v2/classes.rb', line 2175

def folder
  @folder
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2182
2183
2184
# File 'lib/google/apis/tagmanager_v2/classes.rb', line 2182

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