Class: TencentCloud::Gaap::V20180529::Filter
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gaap::V20180529::Filter
- Defined in:
- lib/v20180529/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.
4937 4938 4939 4940 |
# File 'lib/v20180529/models.rb', line 4937 def initialize(name=nil, values=nil) @Name = name @Values = values end |
Instance Attribute Details
#Name ⇒ Object
4935 4936 4937 |
# File 'lib/v20180529/models.rb', line 4935 def Name @Name end |
#Values ⇒ Object
4935 4936 4937 |
# File 'lib/v20180529/models.rb', line 4935 def Values @Values end |
Instance Method Details
#deserialize(params) ⇒ Object
4942 4943 4944 4945 |
# File 'lib/v20180529/models.rb', line 4942 def deserialize(params) @Name = params['Name'] @Values = params['Values'] end |