Class: TencentCloud::Waf::V20180125::ModifySpartaProtectionModeResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::ModifySpartaProtectionModeResponse
- Defined in:
- lib/v20180125/models.rb
Overview
ModifySpartaProtectionMode返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifySpartaProtectionModeResponse
constructor
A new instance of ModifySpartaProtectionModeResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifySpartaProtectionModeResponse
16252 16253 16254 |
# File 'lib/v20180125/models.rb', line 16252 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
16250 16251 16252 |
# File 'lib/v20180125/models.rb', line 16250 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
16256 16257 16258 |
# File 'lib/v20180125/models.rb', line 16256 def deserialize(params) @RequestId = params['RequestId'] end |