Class: TencentCloud::Cms::V20190321::RiskDetails
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cms::V20190321::RiskDetails
- Defined in:
- lib/v20190321/models.rb
Overview
账号风险检测结果
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(keywords = nil, lable = nil, label = nil, level = nil) ⇒ RiskDetails
constructor
A new instance of RiskDetails.
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
#Keywords ⇒ Object
1180 1181 1182 |
# File 'lib/v20190321/models.rb', line 1180 def Keywords @Keywords end |
#Label ⇒ Object
1180 1181 1182 |
# File 'lib/v20190321/models.rb', line 1180 def Label @Label end |
#Lable ⇒ Object
1180 1181 1182 |
# File 'lib/v20190321/models.rb', line 1180 def Lable @Lable end |
#Level ⇒ Object
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 |