Class: TencentCloud::Waf::V20180125::DestroyPostCLSFlowRequest

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

Overview

DestroyPostCLSFlow请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#FlowIdObject

Parameters:

  • FlowId:

    投递流的流ID

  • LogType:

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



10198
10199
10200
# File 'lib/v20180125/models.rb', line 10198

def FlowId
  @FlowId
end

#LogTypeObject

Parameters:

  • FlowId:

    投递流的流ID

  • LogType:

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



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