Class: TencentCloud::Waf::V20180125::CreatePostCLSFlowRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::CreatePostCLSFlowRequest
- Defined in:
- lib/v20180125/models.rb
Overview
CreatePostCLSFlow请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clsregion = nil, logsetname = nil, logtype = nil, logtopicname = nil) ⇒ CreatePostCLSFlowRequest
constructor
A new instance of CreatePostCLSFlowRequest.
Constructor Details
#initialize(clsregion = nil, logsetname = nil, logtype = nil, logtopicname = nil) ⇒ CreatePostCLSFlowRequest
Returns a new instance of CreatePostCLSFlowRequest.
4114 4115 4116 4117 4118 4119 |
# File 'lib/v20180125/models.rb', line 4114 def initialize(clsregion=nil, logsetname=nil, logtype=nil, logtopicname=nil) @CLSRegion = clsregion @LogsetName = logsetname @LogType = logtype @LogTopicName = logtopicname end |
Instance Attribute Details
#CLSRegion ⇒ Object
4112 4113 4114 |
# File 'lib/v20180125/models.rb', line 4112 def CLSRegion @CLSRegion end |
#LogsetName ⇒ Object
4112 4113 4114 |
# File 'lib/v20180125/models.rb', line 4112 def LogsetName @LogsetName end |
#LogTopicName ⇒ Object
4112 4113 4114 |
# File 'lib/v20180125/models.rb', line 4112 def LogTopicName @LogTopicName end |
#LogType ⇒ Object
4112 4113 4114 |
# File 'lib/v20180125/models.rb', line 4112 def LogType @LogType end |
Instance Method Details
#deserialize(params) ⇒ Object
4121 4122 4123 4124 4125 4126 |
# File 'lib/v20180125/models.rb', line 4121 def deserialize(params) @CLSRegion = params['CLSRegion'] @LogsetName = params['LogsetName'] @LogType = params['LogType'] @LogTopicName = params['LogTopicName'] end |