Class: TencentCloud::Monitor::V20180724::UpdateAlertRuleStateResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::UpdateAlertRuleStateResponse
- Defined in:
- lib/v20180724/models.rb
Overview
UpdateAlertRuleState返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ UpdateAlertRuleStateResponse
constructor
A new instance of UpdateAlertRuleStateResponse.
Constructor Details
#initialize(requestid = nil) ⇒ UpdateAlertRuleStateResponse
Returns a new instance of UpdateAlertRuleStateResponse.
15653 15654 15655 |
# File 'lib/v20180724/models.rb', line 15653 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
15651 15652 15653 |
# File 'lib/v20180724/models.rb', line 15651 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
15657 15658 15659 |
# File 'lib/v20180724/models.rb', line 15657 def deserialize(params) @RequestId = params['RequestId'] end |