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.
3429 3430 3431 |
# File 'lib/v20180525/models.rb', line 3429 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3427 3428 3429 |
# File 'lib/v20180525/models.rb', line 3427 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3433 3434 3435 |
# File 'lib/v20180525/models.rb', line 3433 def deserialize(params) @RequestId = params['RequestId'] end |