Class: TencentCloud::Clb::V20180317::Filter
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Clb::V20180317::Filter
- Defined in:
- lib/v20180317/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.
4522 4523 4524 4525 |
# File 'lib/v20180317/models.rb', line 4522 def initialize(name=nil, values=nil) @Name = name @Values = values end |
Instance Attribute Details
#Name ⇒ Object
4520 4521 4522 |
# File 'lib/v20180317/models.rb', line 4520 def Name @Name end |
#Values ⇒ Object
4520 4521 4522 |
# File 'lib/v20180317/models.rb', line 4520 def Values @Values end |
Instance Method Details
#deserialize(params) ⇒ Object
4527 4528 4529 4530 |
# File 'lib/v20180317/models.rb', line 4527 def deserialize(params) @Name = params['Name'] @Values = params['Values'] end |