Class: TencentCloud::Waf::V20180125::ModifyProtectionStatusResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::ModifyProtectionStatusResponse
- Defined in:
- lib/v20180125/models.rb
Overview
ModifyProtectionStatus返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyProtectionStatusResponse
constructor
A new instance of ModifyProtectionStatusResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyProtectionStatusResponse
Returns a new instance of ModifyProtectionStatusResponse.
16202 16203 16204 |
# File 'lib/v20180125/models.rb', line 16202 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
16200 16201 16202 |
# File 'lib/v20180125/models.rb', line 16200 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
16206 16207 16208 |
# File 'lib/v20180125/models.rb', line 16206 def deserialize(params) @RequestId = params['RequestId'] end |