Class: TencentCloud::Rce::V20201103::OnlineScamInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Rce::V20201103::OnlineScamInfo
- Defined in:
- lib/v20201103/models.rb
Overview
诈骗信息。
Instance Attribute Summary collapse
-
#ContentLabel ⇒ Object
0:正常。 1:可疑。 0:对话。 1:广播。 1:手机号 2:uin账号.
-
#ContentRiskLevel ⇒ Object
0:正常。 1:可疑。 0:对话。 1:广播。 1:手机号 2:uin账号.
-
#ContentType ⇒ Object
0:正常。 1:可疑。 0:对话。 1:广播。 1:手机号 2:uin账号.
-
#FraudAccount ⇒ Object
0:正常。 1:可疑。 0:对话。 1:广播。 1:手机号 2:uin账号.
-
#FraudType ⇒ Object
0:正常。 1:可疑。 0:对话。 1:广播。 1:手机号 2:uin账号.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(contentlabel = nil, contentrisklevel = nil, contenttype = nil, fraudtype = nil, fraudaccount = nil) ⇒ OnlineScamInfo
constructor
A new instance of OnlineScamInfo.
Constructor Details
#initialize(contentlabel = nil, contentrisklevel = nil, contenttype = nil, fraudtype = nil, fraudaccount = nil) ⇒ OnlineScamInfo
Returns a new instance of OnlineScamInfo.
1069 1070 1071 1072 1073 1074 1075 |
# File 'lib/v20201103/models.rb', line 1069 def initialize(contentlabel=nil, contentrisklevel=nil, contenttype=nil, fraudtype=nil, fraudaccount=nil) @ContentLabel = contentlabel @ContentRiskLevel = contentrisklevel @ContentType = contenttype @FraudType = fraudtype @FraudAccount = fraudaccount end |
Instance Attribute Details
#ContentLabel ⇒ Object
0:正常。1:可疑。0:对话。1:广播。1:手机号2:uin账号
1067 1068 1069 |
# File 'lib/v20201103/models.rb', line 1067 def ContentLabel @ContentLabel end |
#ContentRiskLevel ⇒ Object
0:正常。1:可疑。0:对话。1:广播。1:手机号2:uin账号
1067 1068 1069 |
# File 'lib/v20201103/models.rb', line 1067 def ContentRiskLevel @ContentRiskLevel end |
#ContentType ⇒ Object
0:正常。1:可疑。0:对话。1:广播。1:手机号2:uin账号
1067 1068 1069 |
# File 'lib/v20201103/models.rb', line 1067 def ContentType @ContentType end |
#FraudAccount ⇒ Object
0:正常。1:可疑。0:对话。1:广播。1:手机号2:uin账号
1067 1068 1069 |
# File 'lib/v20201103/models.rb', line 1067 def FraudAccount @FraudAccount end |
#FraudType ⇒ Object
0:正常。1:可疑。0:对话。1:广播。1:手机号2:uin账号
1067 1068 1069 |
# File 'lib/v20201103/models.rb', line 1067 def FraudType @FraudType end |
Instance Method Details
#deserialize(params) ⇒ Object
1077 1078 1079 1080 1081 1082 1083 |
# File 'lib/v20201103/models.rb', line 1077 def deserialize(params) @ContentLabel = params['ContentLabel'] @ContentRiskLevel = params['ContentRiskLevel'] @ContentType = params['ContentType'] @FraudType = params['FraudType'] @FraudAccount = params['FraudAccount'] end |