Class: TencentCloud::Wedata::V20250806::CreateResourceFolderRequest

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

Overview

CreateResourceFolder请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(projectid = nil, parentfolderpath = nil, foldername = nil) ⇒ CreateResourceFolderRequest

Returns a new instance of CreateResourceFolderRequest.



1736
1737
1738
1739
1740
# File 'lib/v20250806/models.rb', line 1736

def initialize(projectid=nil, parentfolderpath=nil, foldername=nil)
  @ProjectId = projectid
  @ParentFolderPath = parentfolderpath
  @FolderName = foldername
end

Instance Attribute Details

#FolderNameObject

Parameters:

  • ProjectId:

    项目ID

  • ParentFolderPath:

    父文件夹绝对路径, 取值示例 /wedata/test, 根目录,请使用/即可

  • FolderName:

    文件夹名称



1734
1735
1736
# File 'lib/v20250806/models.rb', line 1734

def FolderName
  @FolderName
end

#ParentFolderPathObject

Parameters:

  • ProjectId:

    项目ID

  • ParentFolderPath:

    父文件夹绝对路径, 取值示例 /wedata/test, 根目录,请使用/即可

  • FolderName:

    文件夹名称



1734
1735
1736
# File 'lib/v20250806/models.rb', line 1734

def ParentFolderPath
  @ParentFolderPath
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目ID

  • ParentFolderPath:

    父文件夹绝对路径, 取值示例 /wedata/test, 根目录,请使用/即可

  • FolderName:

    文件夹名称



1734
1735
1736
# File 'lib/v20250806/models.rb', line 1734

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



1742
1743
1744
1745
1746
# File 'lib/v20250806/models.rb', line 1742

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