Class: TencentCloud::Monitor::V20180724::DeleteGrafanaNotificationChannelResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::DeleteGrafanaNotificationChannelResponse
- Defined in:
- lib/v20180724/models.rb
Overview
DeleteGrafanaNotificationChannel返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteGrafanaNotificationChannelResponse
constructor
A new instance of DeleteGrafanaNotificationChannelResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteGrafanaNotificationChannelResponse
Returns a new instance of DeleteGrafanaNotificationChannelResponse.
3564 3565 3566 |
# File 'lib/v20180724/models.rb', line 3564 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3562 3563 3564 |
# File 'lib/v20180724/models.rb', line 3562 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3568 3569 3570 |
# File 'lib/v20180724/models.rb', line 3568 def deserialize(params) @RequestId = params['RequestId'] end |