Class: TencentCloud::Dayu::V20180709::CreateBasicDDoSAlarmThresholdResponse

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180709/models.rb

Overview

CreateBasicDDoSAlarmThreshold返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#AlarmThresholdObject



367
368
369
# File 'lib/v20180709/models.rb', line 367

def AlarmThreshold
  @AlarmThreshold
end

#AlarmTypeObject



367
368
369
# File 'lib/v20180709/models.rb', line 367

def AlarmType
  @AlarmType
end

#RequestIdObject



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