Class: TencentCloud::Ams::V20201229::TaskResult
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ams::V20201229::TaskResult
- Defined in:
- lib/v20201229/models.rb
Overview
创建任务时的返回结果
Instance Attribute Summary collapse
-
#Code ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#DataId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Message ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#TaskId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(dataid = nil, taskid = nil, code = nil, message = nil) ⇒ TaskResult
constructor
A new instance of TaskResult.
Constructor Details
#initialize(dataid = nil, taskid = nil, code = nil, message = nil) ⇒ TaskResult
Returns a new instance of TaskResult.
1325 1326 1327 1328 1329 1330 |
# File 'lib/v20201229/models.rb', line 1325 def initialize(dataid=nil, taskid=nil, code=nil, =nil) @DataId = dataid @TaskId = taskid @Code = code @Message = end |
Instance Attribute Details
#Code ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1323 1324 1325 |
# File 'lib/v20201229/models.rb', line 1323 def Code @Code end |
#DataId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1323 1324 1325 |
# File 'lib/v20201229/models.rb', line 1323 def DataId @DataId end |
#Message ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1323 1324 1325 |
# File 'lib/v20201229/models.rb', line 1323 def Message @Message end |
#TaskId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1323 1324 1325 |
# File 'lib/v20201229/models.rb', line 1323 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
1332 1333 1334 1335 1336 1337 |
# File 'lib/v20201229/models.rb', line 1332 def deserialize(params) @DataId = params['DataId'] @TaskId = params['TaskId'] @Code = params['Code'] @Message = params['Message'] end |