Class: TencentCloud::Af::V20200226::FinanceOtherModelScores

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20200226/models.rb

Overview

借贷反欺返回结果出参中的多模型返回结果

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ModelIdObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ModelId:

    模型ID序号

  • ModelScore:

    模型ID序号对应的评分结果



529
530
531
# File 'lib/v20200226/models.rb', line 529

def ModelId
  @ModelId
end

#ModelScoreObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ModelId:

    模型ID序号

  • ModelScore:

    模型ID序号对应的评分结果



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