Class: TencentCloud::Dayu::V20180709::CCAlarmThreshold
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dayu::V20180709::CCAlarmThreshold
- Defined in:
- lib/v20180709/models.rb
Overview
CC告警阈值
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(alarmthreshold = nil) ⇒ CCAlarmThreshold
constructor
A new instance of CCAlarmThreshold.
Constructor Details
#initialize(alarmthreshold = nil) ⇒ CCAlarmThreshold
Returns a new instance of CCAlarmThreshold.
90 91 92 |
# File 'lib/v20180709/models.rb', line 90 def initialize(alarmthreshold=nil) @AlarmThreshold = alarmthreshold end |
Instance Attribute Details
#AlarmThreshold ⇒ Object
88 89 90 |
# File 'lib/v20180709/models.rb', line 88 def AlarmThreshold @AlarmThreshold end |
Instance Method Details
#deserialize(params) ⇒ Object
94 95 96 |
# File 'lib/v20180709/models.rb', line 94 def deserialize(params) @AlarmThreshold = params['AlarmThreshold'] end |