Class: TencentCloud::Monitor::V20180724::CreatePrometheusAlertGroupResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::CreatePrometheusAlertGroupResponse
- Defined in:
- lib/v20180724/models.rb
Overview
CreatePrometheusAlertGroup返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(groupid = nil, requestid = nil) ⇒ CreatePrometheusAlertGroupResponse
constructor
A new instance of CreatePrometheusAlertGroupResponse.
Constructor Details
#initialize(groupid = nil, requestid = nil) ⇒ CreatePrometheusAlertGroupResponse
Returns a new instance of CreatePrometheusAlertGroupResponse.
2642 2643 2644 2645 |
# File 'lib/v20180724/models.rb', line 2642 def initialize(groupid=nil, requestid=nil) @GroupId = groupid @RequestId = requestid end |
Instance Attribute Details
#GroupId ⇒ Object
2640 2641 2642 |
# File 'lib/v20180724/models.rb', line 2640 def GroupId @GroupId end |
#RequestId ⇒ Object
2640 2641 2642 |
# File 'lib/v20180724/models.rb', line 2640 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2647 2648 2649 2650 |
# File 'lib/v20180724/models.rb', line 2647 def deserialize(params) @GroupId = params['GroupId'] @RequestId = params['RequestId'] end |