Class: TencentCloud::Tke::V20180525::ModifyPrometheusGlobalNotificationResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::ModifyPrometheusGlobalNotificationResponse
- Defined in:
- lib/v20180525/models.rb
Overview
ModifyPrometheusGlobalNotification返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ModifyPrometheusGlobalNotificationResponse
constructor
A new instance of ModifyPrometheusGlobalNotificationResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ModifyPrometheusGlobalNotificationResponse
Returns a new instance of ModifyPrometheusGlobalNotificationResponse.
14658 14659 14660 |
# File 'lib/v20180525/models.rb', line 14658 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14656 14657 14658 |
# File 'lib/v20180525/models.rb', line 14656 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14662 14663 14664 |
# File 'lib/v20180525/models.rb', line 14662 def deserialize(params) @RequestId = params['RequestId'] end |