Class: TencentCloud::Wedata::V20250806::TaskCodeResult
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::TaskCodeResult
- Defined in:
- lib/v20250806/models.rb
Overview
任务代码
Instance Attribute Summary collapse
-
#CodeFileSize ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#CodeInfo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(codeinfo = nil, codefilesize = nil) ⇒ TaskCodeResult
constructor
A new instance of TaskCodeResult.
Constructor Details
#initialize(codeinfo = nil, codefilesize = nil) ⇒ TaskCodeResult
11650 11651 11652 11653 |
# File 'lib/v20250806/models.rb', line 11650 def initialize(codeinfo=nil, codefilesize=nil) @CodeInfo = codeinfo @CodeFileSize = codefilesize end |
Instance Attribute Details
#CodeFileSize ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
11648 11649 11650 |
# File 'lib/v20250806/models.rb', line 11648 def CodeFileSize @CodeFileSize end |
#CodeInfo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
11648 11649 11650 |
# File 'lib/v20250806/models.rb', line 11648 def CodeInfo @CodeInfo end |
Instance Method Details
#deserialize(params) ⇒ Object
11655 11656 11657 11658 |
# File 'lib/v20250806/models.rb', line 11655 def deserialize(params) @CodeInfo = params['CodeInfo'] @CodeFileSize = params['CodeFileSize'] end |