Class: TencentCloud::Monitor::V20180724::ModifyAlarmNoticeResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::ModifyAlarmNoticeResponse
- Defined in:
- lib/v20180724/models.rb
Overview
ModifyAlarmNotice返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyAlarmNoticeResponse
constructor
A new instance of ModifyAlarmNoticeResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyAlarmNoticeResponse
Returns a new instance of ModifyAlarmNoticeResponse.
11387 11388 11389 |
# File 'lib/v20180724/models.rb', line 11387 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
11385 11386 11387 |
# File 'lib/v20180724/models.rb', line 11385 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
11391 11392 11393 |
# File 'lib/v20180724/models.rb', line 11391 def deserialize(params) @RequestId = params['RequestId'] end |