Class: TencentCloud::Monitor::V20180724::UpdatePrometheusAlertGroupStateResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::UpdatePrometheusAlertGroupStateResponse
- Defined in:
- lib/v20180724/models.rb
Overview
UpdatePrometheusAlertGroupState返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ UpdatePrometheusAlertGroupStateResponse
constructor
A new instance of UpdatePrometheusAlertGroupStateResponse.
Constructor Details
#initialize(requestid = nil) ⇒ UpdatePrometheusAlertGroupStateResponse
Returns a new instance of UpdatePrometheusAlertGroupStateResponse.
16110 16111 16112 |
# File 'lib/v20180724/models.rb', line 16110 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
16108 16109 16110 |
# File 'lib/v20180724/models.rb', line 16108 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
16114 16115 16116 |
# File 'lib/v20180724/models.rb', line 16114 def deserialize(params) @RequestId = params['RequestId'] end |