Class: TencentCloud::Oceanus::V20190422::DeleteFoldersRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190422/models.rb

Overview

DeleteFolders请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(folderids = nil, foldertype = nil, workspaceid = nil) ⇒ DeleteFoldersRequest

Returns a new instance of DeleteFoldersRequest.



1555
1556
1557
1558
1559
# File 'lib/v20190422/models.rb', line 1555

def initialize(folderids=nil, foldertype=nil, workspaceid=nil)
  @FolderIds = folderids
  @FolderType = foldertype
  @WorkSpaceId = workspaceid
end

Instance Attribute Details

#FolderIdsObject

Parameters:

  • FolderIds:

    需删除的文件夹唯一ID

  • FolderType:

    文件夹类型,0是任务文件夹,1是依赖文件夹

  • WorkSpaceId:

    工作空间 SerialId



1553
1554
1555
# File 'lib/v20190422/models.rb', line 1553

def FolderIds
  @FolderIds
end

#FolderTypeObject

Parameters:

  • FolderIds:

    需删除的文件夹唯一ID

  • FolderType:

    文件夹类型,0是任务文件夹,1是依赖文件夹

  • WorkSpaceId:

    工作空间 SerialId



1553
1554
1555
# File 'lib/v20190422/models.rb', line 1553

def FolderType
  @FolderType
end

#WorkSpaceIdObject

Parameters:

  • FolderIds:

    需删除的文件夹唯一ID

  • FolderType:

    文件夹类型,0是任务文件夹,1是依赖文件夹

  • WorkSpaceId:

    工作空间 SerialId



1553
1554
1555
# File 'lib/v20190422/models.rb', line 1553

def WorkSpaceId
  @WorkSpaceId
end

Instance Method Details

#deserialize(params) ⇒ Object



1561
1562
1563
1564
1565
# File 'lib/v20190422/models.rb', line 1561

def deserialize(params)
  @FolderIds = params['FolderIds']
  @FolderType = params['FolderType']
  @WorkSpaceId = params['WorkSpaceId']
end