Class: TencentCloud::Cdn::V20180606::ScdnEventLogConditions
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdn::V20180606::ScdnEventLogConditions
- Defined in:
- lib/v20180606/models.rb
Overview
SCDN 事件日志查询条件
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(key = nil, operator = nil, value = nil) ⇒ ScdnEventLogConditions
constructor
A new instance of ScdnEventLogConditions.
Constructor Details
#initialize(key = nil, operator = nil, value = nil) ⇒ ScdnEventLogConditions
Returns a new instance of ScdnEventLogConditions.
12140 12141 12142 12143 12144 |
# File 'lib/v20180606/models.rb', line 12140 def initialize(key=nil, operator=nil, value=nil) @Key = key @Operator = operator @Value = value end |
Instance Attribute Details
#Key ⇒ Object
12138 12139 12140 |
# File 'lib/v20180606/models.rb', line 12138 def Key @Key end |
#Operator ⇒ Object
12138 12139 12140 |
# File 'lib/v20180606/models.rb', line 12138 def Operator @Operator end |
#Value ⇒ Object
12138 12139 12140 |
# File 'lib/v20180606/models.rb', line 12138 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
12146 12147 12148 12149 12150 |
# File 'lib/v20180606/models.rb', line 12146 def deserialize(params) @Key = params['Key'] @Operator = params['Operator'] @Value = params['Value'] end |