Class: TencentCloud::Monitor::V20180724::CreatePrometheusAgentResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::CreatePrometheusAgentResponse
- Defined in:
- lib/v20180724/models.rb
Overview
CreatePrometheusAgent返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(agentid = nil, requestid = nil) ⇒ CreatePrometheusAgentResponse
constructor
A new instance of CreatePrometheusAgentResponse.
Constructor Details
#initialize(agentid = nil, requestid = nil) ⇒ CreatePrometheusAgentResponse
Returns a new instance of CreatePrometheusAgentResponse.
2569 2570 2571 2572 |
# File 'lib/v20180724/models.rb', line 2569 def initialize(agentid=nil, requestid=nil) @AgentId = agentid @RequestId = requestid end |
Instance Attribute Details
#AgentId ⇒ Object
2567 2568 2569 |
# File 'lib/v20180724/models.rb', line 2567 def AgentId @AgentId end |
#RequestId ⇒ Object
2567 2568 2569 |
# File 'lib/v20180724/models.rb', line 2567 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2574 2575 2576 2577 |
# File 'lib/v20180724/models.rb', line 2574 def deserialize(params) @AgentId = params['AgentId'] @RequestId = params['RequestId'] end |