Class: TencentCloud::Waf::V20180125::DestroyPostCLSFlowRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::DestroyPostCLSFlowRequest
- Defined in:
- lib/v20180125/models.rb
Overview
DestroyPostCLSFlow请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, logtype = nil) ⇒ DestroyPostCLSFlowRequest
constructor
A new instance of DestroyPostCLSFlowRequest.
Constructor Details
#initialize(flowid = nil, logtype = nil) ⇒ DestroyPostCLSFlowRequest
Returns a new instance of DestroyPostCLSFlowRequest.
10200 10201 10202 10203 |
# File 'lib/v20180125/models.rb', line 10200 def initialize(flowid=nil, logtype=nil) @FlowId = flowid @LogType = logtype end |
Instance Attribute Details
#FlowId ⇒ Object
10198 10199 10200 |
# File 'lib/v20180125/models.rb', line 10198 def FlowId @FlowId end |
#LogType ⇒ Object
10198 10199 10200 |
# File 'lib/v20180125/models.rb', line 10198 def LogType @LogType end |
Instance Method Details
#deserialize(params) ⇒ Object
10205 10206 10207 10208 |
# File 'lib/v20180125/models.rb', line 10205 def deserialize(params) @FlowId = params['FlowId'] @LogType = params['LogType'] end |