Class: TencentCloud::Waf::V20180125::DestroyPostCLSFlowResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::DestroyPostCLSFlowResponse
- Defined in:
- lib/v20180125/models.rb
Overview
DestroyPostCLSFlow返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DestroyPostCLSFlowResponse
constructor
A new instance of DestroyPostCLSFlowResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DestroyPostCLSFlowResponse
Returns a new instance of DestroyPostCLSFlowResponse.
10218 10219 10220 |
# File 'lib/v20180125/models.rb', line 10218 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
10216 10217 10218 |
# File 'lib/v20180125/models.rb', line 10216 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
10222 10223 10224 |
# File 'lib/v20180125/models.rb', line 10222 def deserialize(params) @RequestId = params['RequestId'] end |