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.
2070 2071 2072 |
# File 'lib/v20190904/models.rb', line 2070 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2068 2069 2070 |
# File 'lib/v20190904/models.rb', line 2068 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2074 2075 2076 |
# File 'lib/v20190904/models.rb', line 2074 def deserialize(params) @RequestId = params['RequestId'] end |