Class: TencentCloud::Monitor::V20180724::RunPrometheusInstanceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::RunPrometheusInstanceResponse
- Defined in:
- lib/v20180724/models.rb
Overview
RunPrometheusInstance返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ RunPrometheusInstanceResponse
constructor
A new instance of RunPrometheusInstanceResponse.
Constructor Details
#initialize(requestid = nil) ⇒ RunPrometheusInstanceResponse
Returns a new instance of RunPrometheusInstanceResponse.
14807 14808 14809 |
# File 'lib/v20180724/models.rb', line 14807 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
14805 14806 14807 |
# File 'lib/v20180724/models.rb', line 14805 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
14811 14812 14813 |
# File 'lib/v20180724/models.rb', line 14811 def deserialize(params) @RequestId = params['RequestId'] end |