Class: TencentCloud::Waf::V20180125::AddSpartaProtectionResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::AddSpartaProtectionResponse
- Defined in:
- lib/v20180125/models.rb
Overview
AddSpartaProtection返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ AddSpartaProtectionResponse
constructor
A new instance of AddSpartaProtectionResponse.
Constructor Details
#initialize(requestid = nil) ⇒ AddSpartaProtectionResponse
Returns a new instance of AddSpartaProtectionResponse.
1054 1055 1056 |
# File 'lib/v20180125/models.rb', line 1054 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1052 1053 1054 |
# File 'lib/v20180125/models.rb', line 1052 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1058 1059 1060 |
# File 'lib/v20180125/models.rb', line 1058 def deserialize(params) @RequestId = params['RequestId'] end |