Class: TencentCloud::Tke::V20180525::CreatePrometheusClusterAgentResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::CreatePrometheusClusterAgentResponse
- Defined in:
- lib/v20180525/models.rb
Overview
CreatePrometheusClusterAgent返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreatePrometheusClusterAgentResponse
constructor
A new instance of CreatePrometheusClusterAgentResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreatePrometheusClusterAgentResponse
Returns a new instance of CreatePrometheusClusterAgentResponse.
3362 3363 3364 |
# File 'lib/v20180525/models.rb', line 3362 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3360 3361 3362 |
# File 'lib/v20180525/models.rb', line 3360 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3366 3367 3368 |
# File 'lib/v20180525/models.rb', line 3366 def deserialize(params) @RequestId = params['RequestId'] end |