Class: TencentCloud::Tke::V20180525::CreatePrometheusAlertRuleResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::CreatePrometheusAlertRuleResponse
- Defined in:
- lib/v20180525/models.rb
Overview
CreatePrometheusAlertRule返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, requestid = nil) ⇒ CreatePrometheusAlertRuleResponse
constructor
A new instance of CreatePrometheusAlertRuleResponse.
Constructor Details
#initialize(id = nil, requestid = nil) ⇒ CreatePrometheusAlertRuleResponse
Returns a new instance of CreatePrometheusAlertRuleResponse.
3317 3318 3319 3320 |
# File 'lib/v20180525/models.rb', line 3317 def initialize(id=nil, requestid=nil) @Id = id @RequestId = requestid end |
Instance Attribute Details
#Id ⇒ Object
3315 3316 3317 |
# File 'lib/v20180525/models.rb', line 3315 def Id @Id end |
#RequestId ⇒ Object
3315 3316 3317 |
# File 'lib/v20180525/models.rb', line 3315 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3322 3323 3324 3325 |
# File 'lib/v20180525/models.rb', line 3322 def deserialize(params) @Id = params['Id'] @RequestId = params['RequestId'] end |