Class: TencentCloud::Cmq::V20190304::Filter
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cmq::V20190304::Filter
- Defined in:
- lib/v20190304/models.rb
Overview
过滤参数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(values = nil, name = nil) ⇒ Filter
constructor
A new instance of Filter.
Constructor Details
#initialize(values = nil, name = nil) ⇒ Filter
Returns a new instance of Filter.
221 222 223 224 |
# File 'lib/v20190304/models.rb', line 221 def initialize(values=nil, name=nil) @Values = values @Name = name end |
Instance Attribute Details
#Name ⇒ Object
219 220 221 |
# File 'lib/v20190304/models.rb', line 219 def Name @Name end |
#Values ⇒ Object
219 220 221 |
# File 'lib/v20190304/models.rb', line 219 def Values @Values end |
Instance Method Details
#deserialize(params) ⇒ Object
226 227 228 229 |
# File 'lib/v20190304/models.rb', line 226 def deserialize(params) @Values = params['Values'] @Name = params['Name'] end |