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.
2229 2230 2231 2232 |
# File 'lib/v20170312/models.rb', line 2229 def initialize(name=nil, values=nil) @Name = name @Values = values end |
Instance Attribute Details
#Name ⇒ Object
2227 2228 2229 |
# File 'lib/v20170312/models.rb', line 2227 def Name @Name end |
#Values ⇒ Object
2227 2228 2229 |
# File 'lib/v20170312/models.rb', line 2227 def Values @Values end |
Instance Method Details
#deserialize(params) ⇒ Object
2234 2235 2236 2237 |
# File 'lib/v20170312/models.rb', line 2234 def deserialize(params) @Name = params['Name'] @Values = params['Values'] end |