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.



2122
2123
2124
# File 'lib/google/apis/tagmanager_v2/classes.rb', line 2122

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



2120
2121
2122
# File 'lib/google/apis/tagmanager_v2/classes.rb', line 2120

def folder
  @folder
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2127
2128
2129
# File 'lib/google/apis/tagmanager_v2/classes.rb', line 2127

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