Class: TencentCloud::Cfw::V20190904::CreateBlockIgnoreRuleNewResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::CreateBlockIgnoreRuleNewResponse
- Defined in:
- lib/v20190904/models.rb
Overview
CreateBlockIgnoreRuleNew返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateBlockIgnoreRuleNewResponse
constructor
A new instance of CreateBlockIgnoreRuleNewResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateBlockIgnoreRuleNewResponse
Returns a new instance of CreateBlockIgnoreRuleNewResponse.
1218 1219 1220 |
# File 'lib/v20190904/models.rb', line 1218 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1216 1217 1218 |
# File 'lib/v20190904/models.rb', line 1216 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1222 1223 1224 |
# File 'lib/v20190904/models.rb', line 1222 def deserialize(params) @RequestId = params['RequestId'] end |