Class: TencentCloud::Af::V20200226::OtherModelScoresDetail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Af::V20200226::OtherModelScoresDetail
- Defined in:
- lib/v20200226/models.rb
Overview
扩展字段,对多模型返回结果的说明,被如下接口引用:GetAntiFraud。
Instance Attribute Summary collapse
-
#ModelId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 区间;Found=-1(未查到)时:全部模型结果返回-1 注意:此字段可能返回 null,表示取不到有效值。.
-
#ModelScore ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 区间;Found=-1(未查到)时:全部模型结果返回-1 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(modelid = nil, modelscore = nil) ⇒ OtherModelScoresDetail
constructor
A new instance of OtherModelScoresDetail.
Constructor Details
#initialize(modelid = nil, modelscore = nil) ⇒ OtherModelScoresDetail
Returns a new instance of OtherModelScoresDetail.
608 609 610 611 |
# File 'lib/v20200226/models.rb', line 608 def initialize(modelid=nil, modelscore=nil) @ModelId = modelid @ModelScore = modelscore end |
Instance Attribute Details
#ModelId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 区间;Found=-1(未查到)时:全部模型结果返回-1 注意:此字段可能返回 null,表示取不到有效值。
606 607 608 |
# File 'lib/v20200226/models.rb', line 606 def ModelId @ModelId end |
#ModelScore ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 区间;Found=-1(未查到)时:全部模型结果返回-1 注意:此字段可能返回 null,表示取不到有效值。
606 607 608 |
# File 'lib/v20200226/models.rb', line 606 def ModelScore @ModelScore end |
Instance Method Details
#deserialize(params) ⇒ Object
613 614 615 616 |
# File 'lib/v20200226/models.rb', line 613 def deserialize(params) @ModelId = params['ModelId'] @ModelScore = params['ModelScore'] end |