Class: TencentCloud::Waf::V20180125::DestroyPostCKafkaFlowRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180125/models.rb

Overview

DestroyPostCKafkaFlow请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#FlowIdObject

Parameters:

  • FlowId:

    投递流的流ID

  • LogType:

    1-访问日志,2-攻击日志,默认为访问日志。



10162
10163
10164
# File 'lib/v20180125/models.rb', line 10162

def FlowId
  @FlowId
end

#LogTypeObject

Parameters:

  • FlowId:

    投递流的流ID

  • LogType:

    1-访问日志,2-攻击日志,默认为访问日志。



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