Class: TencentCloud::Wedata::V20210820::BatchResultDs
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::BatchResultDs
- Defined in:
- lib/v20210820/models.rb
Overview
批量执行结果
Instance Attribute Summary collapse
-
#Failed ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Success ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Total ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(success = nil, failed = nil, total = nil) ⇒ BatchResultDs
constructor
A new instance of BatchResultDs.
Constructor Details
#initialize(success = nil, failed = nil, total = nil) ⇒ BatchResultDs
Returns a new instance of BatchResultDs.
2507 2508 2509 2510 2511 |
# File 'lib/v20210820/models.rb', line 2507 def initialize(success=nil, failed=nil, total=nil) @Success = success @Failed = failed @Total = total end |
Instance Attribute Details
#Failed ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2505 2506 2507 |
# File 'lib/v20210820/models.rb', line 2505 def Failed @Failed end |
#Success ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2505 2506 2507 |
# File 'lib/v20210820/models.rb', line 2505 def Success @Success end |
#Total ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
2505 2506 2507 |
# File 'lib/v20210820/models.rb', line 2505 def Total @Total end |
Instance Method Details
#deserialize(params) ⇒ Object
2513 2514 2515 2516 2517 |
# File 'lib/v20210820/models.rb', line 2513 def deserialize(params) @Success = params['Success'] @Failed = params['Failed'] @Total = params['Total'] end |