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.
4422 4423 4424 4425 |
# File 'lib/v20180317/models.rb', line 4422 def initialize(name=nil, values=nil) @Name = name @Values = values end |
Instance Attribute Details
#Name ⇒ Object
4420 4421 4422 |
# File 'lib/v20180317/models.rb', line 4420 def Name @Name end |
#Values ⇒ Object
4420 4421 4422 |
# File 'lib/v20180317/models.rb', line 4420 def Values @Values end |
Instance Method Details
#deserialize(params) ⇒ Object
4427 4428 4429 4430 |
# File 'lib/v20180317/models.rb', line 4427 def deserialize(params) @Name = params['Name'] @Values = params['Values'] end |