Class: TencentCloud::Wedata::V20210820::DeleteDsFolderRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DeleteDsFolderRequest
- Defined in:
- lib/v20210820/models.rb
Overview
DeleteDsFolder请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, folderid = nil) ⇒ DeleteDsFolderRequest
constructor
A new instance of DeleteDsFolderRequest.
Constructor Details
#initialize(projectid = nil, folderid = nil) ⇒ DeleteDsFolderRequest
Returns a new instance of DeleteDsFolderRequest.
7577 7578 7579 7580 |
# File 'lib/v20210820/models.rb', line 7577 def initialize(projectid=nil, folderid=nil) @ProjectId = projectid @FolderId = folderid end |
Instance Attribute Details
#FolderId ⇒ Object
7575 7576 7577 |
# File 'lib/v20210820/models.rb', line 7575 def FolderId @FolderId end |
#ProjectId ⇒ Object
7575 7576 7577 |
# File 'lib/v20210820/models.rb', line 7575 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
7582 7583 7584 7585 |
# File 'lib/v20210820/models.rb', line 7582 def deserialize(params) @ProjectId = params['ProjectId'] @FolderId = params['FolderId'] end |