Class: TencentCloud::Cls::V20201016::MultiCondition
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::MultiCondition
- Defined in:
- lib/v20201016/models.rb
Overview
多触发条件。
Instance Attribute Summary collapse
-
#AlarmLevel ⇒ Object
- 不填则默认为0。.
-
#Condition ⇒ Object
- 不填则默认为0。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(condition = nil, alarmlevel = nil) ⇒ MultiCondition
constructor
A new instance of MultiCondition.
Constructor Details
#initialize(condition = nil, alarmlevel = nil) ⇒ MultiCondition
Returns a new instance of MultiCondition.
15575 15576 15577 15578 |
# File 'lib/v20201016/models.rb', line 15575 def initialize(condition=nil, alarmlevel=nil) @Condition = condition @AlarmLevel = alarmlevel end |
Instance Attribute Details
#AlarmLevel ⇒ Object
- 不填则默认为0。
15573 15574 15575 |
# File 'lib/v20201016/models.rb', line 15573 def AlarmLevel @AlarmLevel end |
#Condition ⇒ Object
- 不填则默认为0。
15573 15574 15575 |
# File 'lib/v20201016/models.rb', line 15573 def Condition @Condition end |
Instance Method Details
#deserialize(params) ⇒ Object
15580 15581 15582 15583 |
# File 'lib/v20201016/models.rb', line 15580 def deserialize(params) @Condition = params['Condition'] @AlarmLevel = params['AlarmLevel'] end |