Class: TencentCloud::Cfw::V20190904::DeleteBlockIgnoreRuleNewResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::DeleteBlockIgnoreRuleNewResponse
- Defined in:
- lib/v20190904/models.rb
Overview
DeleteBlockIgnoreRuleNew返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteBlockIgnoreRuleNewResponse
constructor
A new instance of DeleteBlockIgnoreRuleNewResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteBlockIgnoreRuleNewResponse
Returns a new instance of DeleteBlockIgnoreRuleNewResponse.
2119 2120 2121 |
# File 'lib/v20190904/models.rb', line 2119 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2117 2118 2119 |
# File 'lib/v20190904/models.rb', line 2117 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2123 2124 2125 |
# File 'lib/v20190904/models.rb', line 2123 def deserialize(params) @RequestId = params['RequestId'] end |