Class: TencentCloud::Tse::V20201207::OpenWafProtectionResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::OpenWafProtectionResponse
- Defined in:
- lib/v20201207/models.rb
Overview
OpenWafProtection返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ OpenWafProtectionResponse
constructor
A new instance of OpenWafProtectionResponse.
Constructor Details
#initialize(requestid = nil) ⇒ OpenWafProtectionResponse
Returns a new instance of OpenWafProtectionResponse.
10919 10920 10921 |
# File 'lib/v20201207/models.rb', line 10919 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
10917 10918 10919 |
# File 'lib/v20201207/models.rb', line 10917 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
10923 10924 10925 |
# File 'lib/v20201207/models.rb', line 10923 def deserialize(params) @RequestId = params['RequestId'] end |