Class: TencentCloud::Apm::V20210622::GeneralFilter

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210622/models.rb

Overview

查询过滤参数

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#KeyObject

Parameters:

  • Key:

    过滤维度名

  • Value:

    过滤值



2993
2994
2995
# File 'lib/v20210622/models.rb', line 2993

def Key
  @Key
end

#ValueObject

Parameters:

  • Key:

    过滤维度名

  • Value:

    过滤值



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