Class: TencentCloud::Waf::V20180125::ModifySpartaProtectionResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::ModifySpartaProtectionResponse
- Defined in:
- lib/v20180125/models.rb
Overview
ModifySpartaProtection返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifySpartaProtectionResponse
constructor
A new instance of ModifySpartaProtectionResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifySpartaProtectionResponse
Returns a new instance of ModifySpartaProtectionResponse.
16501 16502 16503 |
# File 'lib/v20180125/models.rb', line 16501 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
16499 16500 16501 |
# File 'lib/v20180125/models.rb', line 16499 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
16505 16506 16507 |
# File 'lib/v20180125/models.rb', line 16505 def deserialize(params) @RequestId = params['RequestId'] end |