Class: TencentCloud::Eb::V20210416::LogFilters
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Eb::V20210416::LogFilters
- Defined in:
- lib/v20210416/models.rb
Overview
日志存储过滤条件
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, operator = nil, value = nil) ⇒ LogFilters
constructor
A new instance of LogFilters.
Constructor Details
#initialize(key = nil, operator = nil, value = nil) ⇒ LogFilters
Returns a new instance of LogFilters.
1811 1812 1813 1814 1815 |
# File 'lib/v20210416/models.rb', line 1811 def initialize(key=nil, operator=nil, value=nil) @Key = key @Operator = operator @Value = value end |
Instance Attribute Details
#Key ⇒ Object
1809 1810 1811 |
# File 'lib/v20210416/models.rb', line 1809 def Key @Key end |
#Operator ⇒ Object
1809 1810 1811 |
# File 'lib/v20210416/models.rb', line 1809 def Operator @Operator end |
#Value ⇒ Object
1809 1810 1811 |
# File 'lib/v20210416/models.rb', line 1809 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
1817 1818 1819 1820 1821 |
# File 'lib/v20210416/models.rb', line 1817 def deserialize(params) @Key = params['Key'] @Operator = params['Operator'] @Value = params['Value'] end |