Class: TencentCloud::Cfw::V20190904::ModifyBlockIgnoreRuleNewResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::ModifyBlockIgnoreRuleNewResponse
- Defined in:
- lib/v20190904/models.rb
Overview
ModifyBlockIgnoreRuleNew返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyBlockIgnoreRuleNewResponse
constructor
A new instance of ModifyBlockIgnoreRuleNewResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyBlockIgnoreRuleNewResponse
Returns a new instance of ModifyBlockIgnoreRuleNewResponse.
6797 6798 6799 |
# File 'lib/v20190904/models.rb', line 6797 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
6795 6796 6797 |
# File 'lib/v20190904/models.rb', line 6795 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6801 6802 6803 |
# File 'lib/v20190904/models.rb', line 6801 def deserialize(params) @RequestId = params['RequestId'] end |