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.
2409 2410 2411 2412 2413 |
# File 'lib/v20210622/models.rb', line 2409 def initialize(type=nil, key=nil, value=nil) @Type = type @Key = key @Value = value end |
Instance Attribute Details
#Key ⇒ Object
2407 2408 2409 |
# File 'lib/v20210622/models.rb', line 2407 def Key @Key end |
#Type ⇒ Object
2407 2408 2409 |
# File 'lib/v20210622/models.rb', line 2407 def Type @Type end |
#Value ⇒ Object
2407 2408 2409 |
# File 'lib/v20210622/models.rb', line 2407 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
2415 2416 2417 2418 2419 |
# File 'lib/v20210622/models.rb', line 2415 def deserialize(params) @Type = params['Type'] @Key = params['Key'] @Value = params['Value'] end |