Class: TencentCloud::Chdfs::V20190718::Filter
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Chdfs::V20190718::Filter
- Defined in:
- lib/v20190718/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.
1010 1011 1012 1013 |
# File 'lib/v20190718/models.rb', line 1010 def initialize(name=nil, values=nil) @Name = name @Values = values end |
Instance Attribute Details
#Name ⇒ Object
1008 1009 1010 |
# File 'lib/v20190718/models.rb', line 1008 def Name @Name end |
#Values ⇒ Object
1008 1009 1010 |
# File 'lib/v20190718/models.rb', line 1008 def Values @Values end |
Instance Method Details
#deserialize(params) ⇒ Object
1015 1016 1017 1018 |
# File 'lib/v20190718/models.rb', line 1015 def deserialize(params) @Name = params['Name'] @Values = params['Values'] end |