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.
939 940 941 |
# File 'lib/v20250806/models.rb', line 939 def initialize(folderid=nil) @FolderId = folderid end |
Instance Attribute Details
#FolderId ⇒ Object
937 938 939 |
# File 'lib/v20250806/models.rb', line 937 def FolderId @FolderId end |
Instance Method Details
#deserialize(params) ⇒ Object
943 944 945 |
# File 'lib/v20250806/models.rb', line 943 def deserialize(params) @FolderId = params['FolderId'] end |