Class: TencentCloud::Waf::V20180125::ModifyProtectionLevelResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::ModifyProtectionLevelResponse
- Defined in:
- lib/v20180125/models.rb
Overview
ModifyProtectionLevel返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyProtectionLevelResponse
constructor
A new instance of ModifyProtectionLevelResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyProtectionLevelResponse
Returns a new instance of ModifyProtectionLevelResponse.
16162 16163 16164 |
# File 'lib/v20180125/models.rb', line 16162 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
16160 16161 16162 |
# File 'lib/v20180125/models.rb', line 16160 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
16166 16167 16168 |
# File 'lib/v20180125/models.rb', line 16166 def deserialize(params) @RequestId = params['RequestId'] end |