Class: TencentCloud::Waf::V20180125::DeleteSpartaProtectionResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::DeleteSpartaProtectionResponse
- Defined in:
- lib/v20180125/models.rb
Overview
DeleteSpartaProtection返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteSpartaProtectionResponse
constructor
A new instance of DeleteSpartaProtectionResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteSpartaProtectionResponse
Returns a new instance of DeleteSpartaProtectionResponse.
3124 3125 3126 |
# File 'lib/v20180125/models.rb', line 3124 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3122 3123 3124 |
# File 'lib/v20180125/models.rb', line 3122 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3128 3129 3130 |
# File 'lib/v20180125/models.rb', line 3128 def deserialize(params) @RequestId = params['RequestId'] end |