Class: TencentCloud::Waf::V20180125::AddAntiInfoLeakRulesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::AddAntiInfoLeakRulesResponse
- Defined in:
- lib/v20180125/models.rb
Overview
AddAntiInfoLeakRules返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ruleid = nil, requestid = nil) ⇒ AddAntiInfoLeakRulesResponse
constructor
A new instance of AddAntiInfoLeakRulesResponse.
Constructor Details
#initialize(ruleid = nil, requestid = nil) ⇒ AddAntiInfoLeakRulesResponse
Returns a new instance of AddAntiInfoLeakRulesResponse.
449 450 451 452 |
# File 'lib/v20180125/models.rb', line 449 def initialize(ruleid=nil, requestid=nil) @RuleId = ruleid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
447 448 449 |
# File 'lib/v20180125/models.rb', line 447 def RequestId @RequestId end |
#RuleId ⇒ Object
447 448 449 |
# File 'lib/v20180125/models.rb', line 447 def RuleId @RuleId end |
Instance Method Details
#deserialize(params) ⇒ Object
454 455 456 457 |
# File 'lib/v20180125/models.rb', line 454 def deserialize(params) @RuleId = params['RuleId'] @RequestId = params['RequestId'] end |