Class: TencentCloud::Cls::V20201016::Filter
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::Filter
- Defined in:
- lib/v20201016/models.rb
Overview
过滤器
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, values = nil) ⇒ Filter
constructor
A new instance of Filter.
Constructor Details
#initialize(key = nil, values = nil) ⇒ Filter
Returns a new instance of Filter.
11259 11260 11261 11262 |
# File 'lib/v20201016/models.rb', line 11259 def initialize(key=nil, values=nil) @Key = key @Values = values end |
Instance Attribute Details
#Key ⇒ Object
11257 11258 11259 |
# File 'lib/v20201016/models.rb', line 11257 def Key @Key end |
#Values ⇒ Object
11257 11258 11259 |
# File 'lib/v20201016/models.rb', line 11257 def Values @Values end |
Instance Method Details
#deserialize(params) ⇒ Object
11264 11265 11266 11267 |
# File 'lib/v20201016/models.rb', line 11264 def deserialize(params) @Key = params['Key'] @Values = params['Values'] end |