Class: TencentCloud::Wedata::V20210820::ModifyDsFolderRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::ModifyDsFolderRequest
- Defined in:
- lib/v20210820/models.rb
Overview
ModifyDsFolder请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, foldername = nil, folderid = nil, parentsfolderid = nil) ⇒ ModifyDsFolderRequest
constructor
A new instance of ModifyDsFolderRequest.
Constructor Details
#initialize(projectid = nil, foldername = nil, folderid = nil, parentsfolderid = nil) ⇒ ModifyDsFolderRequest
Returns a new instance of ModifyDsFolderRequest.
27074 27075 27076 27077 27078 27079 |
# File 'lib/v20210820/models.rb', line 27074 def initialize(projectid=nil, foldername=nil, folderid=nil, parentsfolderid=nil) @ProjectId = projectid @FolderName = foldername @FolderId = folderid @ParentsFolderId = parentsfolderid end |
Instance Attribute Details
#FolderId ⇒ Object
27072 27073 27074 |
# File 'lib/v20210820/models.rb', line 27072 def FolderId @FolderId end |
#FolderName ⇒ Object
27072 27073 27074 |
# File 'lib/v20210820/models.rb', line 27072 def FolderName @FolderName end |
#ParentsFolderId ⇒ Object
27072 27073 27074 |
# File 'lib/v20210820/models.rb', line 27072 def ParentsFolderId @ParentsFolderId end |
#ProjectId ⇒ Object
27072 27073 27074 |
# File 'lib/v20210820/models.rb', line 27072 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
27081 27082 27083 27084 27085 27086 |
# File 'lib/v20210820/models.rb', line 27081 def deserialize(params) @ProjectId = params['ProjectId'] @FolderName = params['FolderName'] @FolderId = params['FolderId'] @ParentsFolderId = params['ParentsFolderId'] end |