Class: TencentCloud::Wedata::V20250806::CreateFolderResult
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::CreateFolderResult
- Defined in:
- lib/v20250806/models.rb
Overview
创建文件夹结果
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(folderid = nil) ⇒ CreateFolderResult
constructor
A new instance of CreateFolderResult.
Constructor Details
#initialize(folderid = nil) ⇒ CreateFolderResult
Returns a new instance of CreateFolderResult.
1429 1430 1431 |
# File 'lib/v20250806/models.rb', line 1429 def initialize(folderid=nil) @FolderId = folderid end |
Instance Attribute Details
#FolderId ⇒ Object
1427 1428 1429 |
# File 'lib/v20250806/models.rb', line 1427 def FolderId @FolderId end |
Instance Method Details
#deserialize(params) ⇒ Object
1433 1434 1435 |
# File 'lib/v20250806/models.rb', line 1433 def deserialize(params) @FolderId = params['FolderId'] end |