Class: TencentCloud::Csip::V20221121::StatisticalFilter
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Csip::V20221121::StatisticalFilter
- Defined in:
- lib/v20221121/models.rb
Overview
用户行为分析 统计条件
Instance Attribute Summary collapse
-
#OperatorType ⇒ Object
1:发生次数高于固定值 2:发生次数高于周期平均值的百分之 3:发生次数高于用户平均值的百分之.
-
#Value ⇒ Object
1:发生次数高于固定值 2:发生次数高于周期平均值的百分之 3:发生次数高于用户平均值的百分之.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(operatortype = nil, value = nil) ⇒ StatisticalFilter
constructor
A new instance of StatisticalFilter.
Constructor Details
#initialize(operatortype = nil, value = nil) ⇒ StatisticalFilter
Returns a new instance of StatisticalFilter.
12023 12024 12025 12026 |
# File 'lib/v20221121/models.rb', line 12023 def initialize(operatortype=nil, value=nil) @OperatorType = operatortype @Value = value end |
Instance Attribute Details
#OperatorType ⇒ Object
1:发生次数高于固定值2:发生次数高于周期平均值的百分之3:发生次数高于用户平均值的百分之
12021 12022 12023 |
# File 'lib/v20221121/models.rb', line 12021 def OperatorType @OperatorType end |
#Value ⇒ Object
1:发生次数高于固定值2:发生次数高于周期平均值的百分之3:发生次数高于用户平均值的百分之
12021 12022 12023 |
# File 'lib/v20221121/models.rb', line 12021 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
12028 12029 12030 12031 |
# File 'lib/v20221121/models.rb', line 12028 def deserialize(params) @OperatorType = params['OperatorType'] @Value = params['Value'] end |