Class: TencentCloud::Monitor::V20180724::ModifyPrometheusGlobalNotificationResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::ModifyPrometheusGlobalNotificationResponse
- Defined in:
- lib/v20180724/models.rb
Overview
ModifyPrometheusGlobalNotification返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyPrometheusGlobalNotificationResponse
constructor
A new instance of ModifyPrometheusGlobalNotificationResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyPrometheusGlobalNotificationResponse
Returns a new instance of ModifyPrometheusGlobalNotificationResponse.
12197 12198 12199 |
# File 'lib/v20180724/models.rb', line 12197 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
12195 12196 12197 |
# File 'lib/v20180724/models.rb', line 12195 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
12201 12202 12203 |
# File 'lib/v20180724/models.rb', line 12201 def deserialize(params) @RequestId = params['RequestId'] end |