Class: TencentCloud::Monitor::V20180724::LogFilterInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::LogFilterInfo
- Defined in:
- lib/v20180724/models.rb
Overview
日志告警检索条件结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, operator = nil, value = nil) ⇒ LogFilterInfo
constructor
A new instance of LogFilterInfo.
Constructor Details
#initialize(key = nil, operator = nil, value = nil) ⇒ LogFilterInfo
Returns a new instance of LogFilterInfo.
10972 10973 10974 10975 10976 |
# File 'lib/v20180724/models.rb', line 10972 def initialize(key=nil, operator=nil, value=nil) @Key = key @Operator = operator @Value = value end |
Instance Attribute Details
#Key ⇒ Object
10970 10971 10972 |
# File 'lib/v20180724/models.rb', line 10970 def Key @Key end |
#Operator ⇒ Object
10970 10971 10972 |
# File 'lib/v20180724/models.rb', line 10970 def Operator @Operator end |
#Value ⇒ Object
10970 10971 10972 |
# File 'lib/v20180724/models.rb', line 10970 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
10978 10979 10980 10981 10982 |
# File 'lib/v20180724/models.rb', line 10978 def deserialize(params) @Key = params['Key'] @Operator = params['Operator'] @Value = params['Value'] end |