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.
4756 4757 4758 4759 4760 4761 |
# File 'lib/v20210820/models.rb', line 4756 def initialize(projectid=nil, foldername=nil, parentsfolderid=nil, folderform=nil) @ProjectId = projectid @FolderName = foldername @ParentsFolderId = parentsfolderid @FolderForm = folderform end |
Instance Attribute Details
#FolderForm ⇒ Object
4754 4755 4756 |
# File 'lib/v20210820/models.rb', line 4754 def FolderForm @FolderForm end |
#FolderName ⇒ Object
4754 4755 4756 |
# File 'lib/v20210820/models.rb', line 4754 def FolderName @FolderName end |
#ParentsFolderId ⇒ Object
4754 4755 4756 |
# File 'lib/v20210820/models.rb', line 4754 def ParentsFolderId @ParentsFolderId end |
#ProjectId ⇒ Object
4754 4755 4756 |
# File 'lib/v20210820/models.rb', line 4754 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
4763 4764 4765 4766 4767 4768 |
# File 'lib/v20210820/models.rb', line 4763 def deserialize(params) @ProjectId = params['ProjectId'] @FolderName = params['FolderName'] @ParentsFolderId = params['ParentsFolderId'] @FolderForm = params['FolderForm'] end |