Class: TencentCloud::Apm::V20210622::GeneralFilter
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apm::V20210622::GeneralFilter
- Defined in:
- lib/v20210622/models.rb
Overview
查询过滤参数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, value = nil) ⇒ GeneralFilter
constructor
A new instance of GeneralFilter.
Constructor Details
#initialize(key = nil, value = nil) ⇒ GeneralFilter
Returns a new instance of GeneralFilter.
2995 2996 2997 2998 |
# File 'lib/v20210622/models.rb', line 2995 def initialize(key=nil, value=nil) @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
2993 2994 2995 |
# File 'lib/v20210622/models.rb', line 2993 def Key @Key end |
#Value ⇒ Object
2993 2994 2995 |
# File 'lib/v20210622/models.rb', line 2993 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
3000 3001 3002 3003 |
# File 'lib/v20210622/models.rb', line 3000 def deserialize(params) @Key = params['Key'] @Value = params['Value'] end |