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.
4486 4487 4488 4489 |
# File 'lib/v20180317/models.rb', line 4486 def initialize(name=nil, values=nil) @Name = name @Values = values end |
Instance Attribute Details
#Name ⇒ Object
4484 4485 4486 |
# File 'lib/v20180317/models.rb', line 4484 def Name @Name end |
#Values ⇒ Object
4484 4485 4486 |
# File 'lib/v20180317/models.rb', line 4484 def Values @Values end |
Instance Method Details
#deserialize(params) ⇒ Object
4491 4492 4493 4494 |
# File 'lib/v20180317/models.rb', line 4491 def deserialize(params) @Name = params['Name'] @Values = params['Values'] end |