Class: TencentCloud::Wedata::V20250806::DeleteCodeFolderRequest

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

Overview

DeleteCodeFolder请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DeleteCodeFolderRequest.



1887
1888
1889
1890
# File 'lib/v20250806/models.rb', line 1887

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

Instance Attribute Details

#FolderIdObject

Parameters:

  • ProjectId:

    项目ID

  • FolderId:

    文件夹ID,参数值来自CreateCodeFolder接口的返回



1885
1886
1887
# File 'lib/v20250806/models.rb', line 1885

def FolderId
  @FolderId
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目ID

  • FolderId:

    文件夹ID,参数值来自CreateCodeFolder接口的返回



1885
1886
1887
# File 'lib/v20250806/models.rb', line 1885

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



1892
1893
1894
1895
# File 'lib/v20250806/models.rb', line 1892

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