Class: TencentCloud::Dayu::V20180709::CreateBasicDDoSAlarmThresholdResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dayu::V20180709::CreateBasicDDoSAlarmThresholdResponse
- Defined in:
- lib/v20180709/models.rb
Overview
CreateBasicDDoSAlarmThreshold返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(alarmthreshold = nil, alarmtype = nil, requestid = nil) ⇒ CreateBasicDDoSAlarmThresholdResponse
constructor
A new instance of CreateBasicDDoSAlarmThresholdResponse.
Constructor Details
#initialize(alarmthreshold = nil, alarmtype = nil, requestid = nil) ⇒ CreateBasicDDoSAlarmThresholdResponse
369 370 371 372 373 |
# File 'lib/v20180709/models.rb', line 369 def initialize(alarmthreshold=nil, alarmtype=nil, requestid=nil) @AlarmThreshold = alarmthreshold @AlarmType = alarmtype @RequestId = requestid end |
Instance Attribute Details
#AlarmThreshold ⇒ Object
367 368 369 |
# File 'lib/v20180709/models.rb', line 367 def AlarmThreshold @AlarmThreshold end |
#AlarmType ⇒ Object
367 368 369 |
# File 'lib/v20180709/models.rb', line 367 def AlarmType @AlarmType end |
#RequestId ⇒ Object
367 368 369 |
# File 'lib/v20180709/models.rb', line 367 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
375 376 377 378 379 |
# File 'lib/v20180709/models.rb', line 375 def deserialize(params) @AlarmThreshold = params['AlarmThreshold'] @AlarmType = params['AlarmType'] @RequestId = params['RequestId'] end |