Class: TencentCloud::Rkp::V20191209::RiskInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Rkp::V20191209::RiskInfo
- Defined in:
- lib/v20191209/models.rb
Overview
风险信息
Instance Attribute Summary collapse
-
#Key ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil) ⇒ RiskInfo
constructor
A new instance of RiskInfo.
Constructor Details
#initialize(key = nil, value = nil) ⇒ RiskInfo
Returns a new instance of RiskInfo.
357 358 359 360 |
# File 'lib/v20191209/models.rb', line 357 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
355 356 357 |
# File 'lib/v20191209/models.rb', line 355 def Key @Key end |
#Value ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
355 356 357 |
# File 'lib/v20191209/models.rb', line 355 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
362 363 364 365 |
# File 'lib/v20191209/models.rb', line 362 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |