Class: TencentCloud::Wedata::V20250806::SqlCreateResult
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::SqlCreateResult
- Defined in:
- lib/v20250806/models.rb
Overview
创建数据探索脚本文件夹返回类
Instance Attribute Summary collapse
-
#FolderId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(folderid = nil) ⇒ SqlCreateResult
constructor
A new instance of SqlCreateResult.
Constructor Details
#initialize(folderid = nil) ⇒ SqlCreateResult
Returns a new instance of SqlCreateResult.
11117 11118 11119 |
# File 'lib/v20250806/models.rb', line 11117 def initialize(folderid=nil) @FolderId = folderid end |
Instance Attribute Details
#FolderId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
11115 11116 11117 |
# File 'lib/v20250806/models.rb', line 11115 def FolderId @FolderId end |
Instance Method Details
#deserialize(params) ⇒ Object
11121 11122 11123 |
# File 'lib/v20250806/models.rb', line 11121 def deserialize(params) @FolderId = params['FolderId'] end |