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.



6583
6584
6585
6586
# File 'lib/v20210820/models.rb', line 6583

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

Instance Attribute Details

#FolderIdObject

Parameters:

  • ProjectId:

    项目Id

  • FolderId:

    文件夹ID



6581
6582
6583
# File 'lib/v20210820/models.rb', line 6581

def FolderId
  @FolderId
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目Id

  • FolderId:

    文件夹ID



6581
6582
6583
# File 'lib/v20210820/models.rb', line 6581

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



6588
6589
6590
6591
# File 'lib/v20210820/models.rb', line 6588

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