Class: TencentCloud::Waf::V20180125::DestroyPostCKafkaFlowRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::DestroyPostCKafkaFlowRequest
- Defined in:
- lib/v20180125/models.rb
Overview
DestroyPostCKafkaFlow请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, logtype = nil) ⇒ DestroyPostCKafkaFlowRequest
constructor
A new instance of DestroyPostCKafkaFlowRequest.
Constructor Details
#initialize(flowid = nil, logtype = nil) ⇒ DestroyPostCKafkaFlowRequest
Returns a new instance of DestroyPostCKafkaFlowRequest.
10164 10165 10166 10167 |
# File 'lib/v20180125/models.rb', line 10164 def initialize(flowid=nil, logtype=nil) @FlowId = flowid @LogType = logtype end |
Instance Attribute Details
#FlowId ⇒ Object
10162 10163 10164 |
# File 'lib/v20180125/models.rb', line 10162 def FlowId @FlowId end |
#LogType ⇒ Object
10162 10163 10164 |
# File 'lib/v20180125/models.rb', line 10162 def LogType @LogType end |
Instance Method Details
#deserialize(params) ⇒ Object
10169 10170 10171 10172 |
# File 'lib/v20180125/models.rb', line 10169 def deserialize(params) @FlowId = params['FlowId'] @LogType = params['LogType'] end |