Class: TencentCloud::Wedata::V20210820::CreateDsFolderRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::CreateDsFolderRequest
- Defined in:
- lib/v20210820/models.rb
Overview
CreateDsFolder请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, foldername = nil, parentsfolderid = nil, folderform = nil) ⇒ CreateDsFolderRequest
constructor
A new instance of CreateDsFolderRequest.
Constructor Details
#initialize(projectid = nil, foldername = nil, parentsfolderid = nil, folderform = nil) ⇒ CreateDsFolderRequest
Returns a new instance of CreateDsFolderRequest.
5152 5153 5154 5155 5156 5157 |
# File 'lib/v20210820/models.rb', line 5152 def initialize(projectid=nil, foldername=nil, parentsfolderid=nil, folderform=nil) @ProjectId = projectid @FolderName = foldername @ParentsFolderId = parentsfolderid @FolderForm = folderform end |
Instance Attribute Details
#FolderForm ⇒ Object
5150 5151 5152 |
# File 'lib/v20210820/models.rb', line 5150 def FolderForm @FolderForm end |
#FolderName ⇒ Object
5150 5151 5152 |
# File 'lib/v20210820/models.rb', line 5150 def FolderName @FolderName end |
#ParentsFolderId ⇒ Object
5150 5151 5152 |
# File 'lib/v20210820/models.rb', line 5150 def ParentsFolderId @ParentsFolderId end |
#ProjectId ⇒ Object
5150 5151 5152 |
# File 'lib/v20210820/models.rb', line 5150 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
5159 5160 5161 5162 5163 5164 |
# File 'lib/v20210820/models.rb', line 5159 def deserialize(params) @ProjectId = params['ProjectId'] @FolderName = params['FolderName'] @ParentsFolderId = params['ParentsFolderId'] @FolderForm = params['FolderForm'] end |