Class: TencentCloud::Monitor::V20180724::UpdatePrometheusAlertGroupResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::UpdatePrometheusAlertGroupResponse
- Defined in:
- lib/v20180724/models.rb
Overview
UpdatePrometheusAlertGroup返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(groupid = nil, requestid = nil) ⇒ UpdatePrometheusAlertGroupResponse
constructor
A new instance of UpdatePrometheusAlertGroupResponse.
Constructor Details
#initialize(groupid = nil, requestid = nil) ⇒ UpdatePrometheusAlertGroupResponse
Returns a new instance of UpdatePrometheusAlertGroupResponse.
16066 16067 16068 16069 |
# File 'lib/v20180724/models.rb', line 16066 def initialize(groupid=nil, requestid=nil) @GroupId = groupid @RequestId = requestid end |
Instance Attribute Details
#GroupId ⇒ Object
16064 16065 16066 |
# File 'lib/v20180724/models.rb', line 16064 def GroupId @GroupId end |
#RequestId ⇒ Object
16064 16065 16066 |
# File 'lib/v20180724/models.rb', line 16064 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
16071 16072 16073 16074 |
# File 'lib/v20180724/models.rb', line 16071 def deserialize(params) @GroupId = params['GroupId'] @RequestId = params['RequestId'] end |