Class: TencentCloud::Ams::V20200608::TaskResult
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ams::V20200608::TaskResult
- Defined in:
- lib/v20200608/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.
1437 1438 1439 1440 1441 1442 |
# File 'lib/v20200608/models.rb', line 1437 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,表示取不到有效值。
1435 1436 1437 |
# File 'lib/v20200608/models.rb', line 1435 def Code @Code end |
#DataId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1435 1436 1437 |
# File 'lib/v20200608/models.rb', line 1435 def DataId @DataId end |
#Message ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1435 1436 1437 |
# File 'lib/v20200608/models.rb', line 1435 def Message @Message end |
#TaskId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
1435 1436 1437 |
# File 'lib/v20200608/models.rb', line 1435 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
1444 1445 1446 1447 1448 1449 |
# File 'lib/v20200608/models.rb', line 1444 def deserialize(params) @DataId = params['DataId'] @TaskId = params['TaskId'] @Code = params['Code'] @Message = params['Message'] end |