Class: TencentCloud::Gse::V20191112::Filter
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Gse::V20191112::Filter
- Defined in:
- lib/v20191112/models.rb
Overview
过滤字段内容
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, values = nil) ⇒ Filter
constructor
A new instance of Filter.
Constructor Details
#initialize(key = nil, values = nil) ⇒ Filter
Returns a new instance of Filter.
2923 2924 2925 2926 |
# File 'lib/v20191112/models.rb', line 2923 def initialize(key=nil, values=nil) @Key = key @Values = values end |
Instance Attribute Details
#Key ⇒ Object
2921 2922 2923 |
# File 'lib/v20191112/models.rb', line 2921 def Key @Key end |
#Values ⇒ Object
2921 2922 2923 |
# File 'lib/v20191112/models.rb', line 2921 def Values @Values end |
Instance Method Details
#deserialize(params) ⇒ Object
2928 2929 2930 2931 |
# File 'lib/v20191112/models.rb', line 2928 def deserialize(params) @Key = params['Key'] @Values = params['Values'] end |