Class: TencentCloud::Cms::V20190321::RiskDetails

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

Overview

账号风险检测结果

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(keywords = nil, lable = nil, label = nil, level = nil) ⇒ RiskDetails

Returns a new instance of RiskDetails.



1182
1183
1184
1185
1186
1187
# File 'lib/v20190321/models.rb', line 1182

def initialize(keywords=nil, lable=nil, label=nil, level=nil)
  @Keywords = keywords
  @Lable = lable
  @Label = label
  @Level = level
end

Instance Attribute Details

#KeywordsObject

Parameters:

  • Keywords:

    预留字段,暂时不使用

  • Lable:

    预留字段,暂时不用

  • Label:

    风险类别,RiskAccount,RiskIP, RiskIMEI

  • Level:

    风险等级,1:疑似,2:恶意



1180
1181
1182
# File 'lib/v20190321/models.rb', line 1180

def Keywords
  @Keywords
end

#LabelObject

Parameters:

  • Keywords:

    预留字段,暂时不使用

  • Lable:

    预留字段,暂时不用

  • Label:

    风险类别,RiskAccount,RiskIP, RiskIMEI

  • Level:

    风险等级,1:疑似,2:恶意



1180
1181
1182
# File 'lib/v20190321/models.rb', line 1180

def Label
  @Label
end

#LableObject

Parameters:

  • Keywords:

    预留字段,暂时不使用

  • Lable:

    预留字段,暂时不用

  • Label:

    风险类别,RiskAccount,RiskIP, RiskIMEI

  • Level:

    风险等级,1:疑似,2:恶意



1180
1181
1182
# File 'lib/v20190321/models.rb', line 1180

def Lable
  @Lable
end

#LevelObject

Parameters:

  • Keywords:

    预留字段,暂时不使用

  • Lable:

    预留字段,暂时不用

  • Label:

    风险类别,RiskAccount,RiskIP, RiskIMEI

  • Level:

    风险等级,1:疑似,2:恶意



1180
1181
1182
# File 'lib/v20190321/models.rb', line 1180

def Level
  @Level
end

Instance Method Details

#deserialize(params) ⇒ Object



1189
1190
1191
1192
1193
1194
# File 'lib/v20190321/models.rb', line 1189

def deserialize(params)
  @Keywords = params['Keywords']
  @Lable = params['Lable']
  @Label = params['Label']
  @Level = params['Level']
end