Class: TencentCloud::Tke::V20180525::RunPrometheusInstanceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::RunPrometheusInstanceResponse
- Defined in:
- lib/v20180525/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.
17934 17935 17936 |
# File 'lib/v20180525/models.rb', line 17934 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
17932 17933 17934 |
# File 'lib/v20180525/models.rb', line 17932 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
17938 17939 17940 |
# File 'lib/v20180525/models.rb', line 17938 def deserialize(params) @RequestId = params['RequestId'] end |