Class: TencentCloud::Wedata::V20210820::DeleteDsFolderRequest

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

Overview

DeleteDsFolder请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(projectid = nil, folderid = nil) ⇒ DeleteDsFolderRequest

Returns a new instance of DeleteDsFolderRequest.



4953
4954
4955
4956
# File 'lib/v20210820/models.rb', line 4953

def initialize(projectid=nil, folderid=nil)
  @ProjectId = projectid
  @FolderId = folderid
end

Instance Attribute Details

#FolderIdObject

Parameters:

  • ProjectId:

    项目Id

  • FolderId:

    文件夹ID



4951
4952
4953
# File 'lib/v20210820/models.rb', line 4951

def FolderId
  @FolderId
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目Id

  • FolderId:

    文件夹ID



4951
4952
4953
# File 'lib/v20210820/models.rb', line 4951

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



4958
4959
4960
4961
# File 'lib/v20210820/models.rb', line 4958

def deserialize(params)
  @ProjectId = params['ProjectId']
  @FolderId = params['FolderId']
end