Class: TencentCloud::Af::V20200226::FinanceOtherModelScores
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Af::V20200226::FinanceOtherModelScores
- Defined in:
- lib/v20200226/models.rb
Overview
借贷反欺返回结果出参中的多模型返回结果
Instance Attribute Summary collapse
-
#ModelId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ModelScore ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(modelid = nil, modelscore = nil) ⇒ FinanceOtherModelScores
constructor
A new instance of FinanceOtherModelScores.
Constructor Details
#initialize(modelid = nil, modelscore = nil) ⇒ FinanceOtherModelScores
Returns a new instance of FinanceOtherModelScores.
531 532 533 534 |
# File 'lib/v20200226/models.rb', line 531 def initialize(modelid=nil, modelscore=nil) @ModelId = modelid @ModelScore = modelscore end |
Instance Attribute Details
#ModelId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
529 530 531 |
# File 'lib/v20200226/models.rb', line 529 def ModelId @ModelId end |
#ModelScore ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
529 530 531 |
# File 'lib/v20200226/models.rb', line 529 def ModelScore @ModelScore end |
Instance Method Details
#deserialize(params) ⇒ Object
536 537 538 539 |
# File 'lib/v20200226/models.rb', line 536 def deserialize(params) @ModelId = params['ModelId'] @ModelScore = params['ModelScore'] end |