Class: TencentCloud::Cbs::V20170312::Filter
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cbs::V20170312::Filter
- Defined in:
- lib/v20170312/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.
2274 2275 2276 2277 |
# File 'lib/v20170312/models.rb', line 2274 def initialize(name=nil, values=nil) @Name = name @Values = values end |
Instance Attribute Details
#Name ⇒ Object
2272 2273 2274 |
# File 'lib/v20170312/models.rb', line 2272 def Name @Name end |
#Values ⇒ Object
2272 2273 2274 |
# File 'lib/v20170312/models.rb', line 2272 def Values @Values end |
Instance Method Details
#deserialize(params) ⇒ Object
2279 2280 2281 2282 |
# File 'lib/v20170312/models.rb', line 2279 def deserialize(params) @Name = params['Name'] @Values = params['Values'] end |