Class: TencentCloud::Apm::V20210622::Filter
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apm::V20210622::Filter
- Defined in:
- lib/v20210622/models.rb
Overview
查询过滤参数
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, key = nil, value = nil) ⇒ Filter
constructor
A new instance of Filter.
Constructor Details
#initialize(type = nil, key = nil, value = nil) ⇒ Filter
Returns a new instance of Filter.
2973 2974 2975 2976 2977 |
# File 'lib/v20210622/models.rb', line 2973 def initialize(type=nil, key=nil, value=nil) @Type = type @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
2971 2972 2973 |
# File 'lib/v20210622/models.rb', line 2971 def Key @Key end |
#Type ⇒ Object
2971 2972 2973 |
# File 'lib/v20210622/models.rb', line 2971 def Type @Type end |
#Value ⇒ Object
2971 2972 2973 |
# File 'lib/v20210622/models.rb', line 2971 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
2979 2980 2981 2982 2983 |
# File 'lib/v20210622/models.rb', line 2979 def deserialize(params) @Type = params['Type'] @Key = params['Key'] @Value = params['Value'] end |