Class: TencentCloud::Oceanus::V20190422::Filter
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Oceanus::V20190422::Filter
- Defined in:
- lib/v20190422/models.rb
Overview
查询作业列表时的过滤器
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, values = nil) ⇒ Filter
constructor
A new instance of Filter.
Constructor Details
#initialize(name = nil, values = nil) ⇒ Filter
Returns a new instance of Filter.
3261 3262 3263 3264 |
# File 'lib/v20190422/models.rb', line 3261 def initialize(name=nil, values=nil) @Name = name @Values = values end |
Instance Attribute Details
#Name ⇒ Object
3259 3260 3261 |
# File 'lib/v20190422/models.rb', line 3259 def Name @Name end |
#Values ⇒ Object
3259 3260 3261 |
# File 'lib/v20190422/models.rb', line 3259 def Values @Values end |
Instance Method Details
#deserialize(params) ⇒ Object
3266 3267 3268 3269 |
# File 'lib/v20190422/models.rb', line 3266 def deserialize(params) @Name = params['Name'] @Values = params['Values'] end |