Class: TencentCloud::Ess::V20201111::Filter
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::Filter
- Defined in:
- lib/v20201111/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.
12867 12868 12869 12870 |
# File 'lib/v20201111/models.rb', line 12867 def initialize(key=nil, values=nil) @Key = key @Values = values end |
Instance Attribute Details
#Key ⇒ Object
12865 12866 12867 |
# File 'lib/v20201111/models.rb', line 12865 def Key @Key end |
#Values ⇒ Object
12865 12866 12867 |
# File 'lib/v20201111/models.rb', line 12865 def Values @Values end |
Instance Method Details
#deserialize(params) ⇒ Object
12872 12873 12874 12875 |
# File 'lib/v20201111/models.rb', line 12872 def deserialize(params) @Key = params['Key'] @Values = params['Values'] end |