Class: TencentCloud::Apm::V20210622::CreateApmPrometheusRuleResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Apm::V20210622::CreateApmPrometheusRuleResponse
- Defined in:
- lib/v20210622/models.rb
Overview
CreateApmPrometheusRule返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ruleid = nil, requestid = nil) ⇒ CreateApmPrometheusRuleResponse
constructor
A new instance of CreateApmPrometheusRuleResponse.
Constructor Details
#initialize(ruleid = nil, requestid = nil) ⇒ CreateApmPrometheusRuleResponse
1153 1154 1155 1156 |
# File 'lib/v20210622/models.rb', line 1153 def initialize(ruleid=nil, requestid=nil) @RuleId = ruleid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1151 1152 1153 |
# File 'lib/v20210622/models.rb', line 1151 def RequestId @RequestId end |
#RuleId ⇒ Object
1151 1152 1153 |
# File 'lib/v20210622/models.rb', line 1151 def RuleId @RuleId end |
Instance Method Details
#deserialize(params) ⇒ Object
1158 1159 1160 1161 |
# File 'lib/v20210622/models.rb', line 1158 def deserialize(params) @RuleId = params['RuleId'] @RequestId = params['RequestId'] end |