Class: TencentCloud::Waf::V20180125::FilterCls
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Waf::V20180125::FilterCls
- Defined in:
- lib/v20180125/models.rb
Overview
过滤器
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, values = nil) ⇒ FilterCls
constructor
A new instance of FilterCls.
Constructor Details
#initialize(key = nil, values = nil) ⇒ FilterCls
Returns a new instance of FilterCls.
11181 11182 11183 11184 |
# File 'lib/v20180125/models.rb', line 11181 def initialize(key=nil, values=nil) @Key = key @Values = values end |
Instance Attribute Details
#Key ⇒ Object
11179 11180 11181 |
# File 'lib/v20180125/models.rb', line 11179 def Key @Key end |
#Values ⇒ Object
11179 11180 11181 |
# File 'lib/v20180125/models.rb', line 11179 def Values @Values end |
Instance Method Details
#deserialize(params) ⇒ Object
11186 11187 11188 11189 |
# File 'lib/v20180125/models.rb', line 11186 def deserialize(params) @Key = params['Key'] @Values = params['Values'] end |