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.
3384 3385 3386 3387 |
# File 'lib/v20180525/models.rb', line 3384 def initialize(id=nil, requestid=nil) @Id = id @RequestId = requestid end |
Instance Attribute Details
#Id ⇒ Object
3382 3383 3384 |
# File 'lib/v20180525/models.rb', line 3382 def Id @Id end |
#RequestId ⇒ Object
3382 3383 3384 |
# File 'lib/v20180525/models.rb', line 3382 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3389 3390 3391 3392 |
# File 'lib/v20180525/models.rb', line 3389 def deserialize(params) @Id = params['Id'] @RequestId = params['RequestId'] end |