Class: TencentCloud::Monitor::V20180724::GetPrometheusAgentManagementCommandResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Monitor::V20180724::GetPrometheusAgentManagementCommandResponse
- Defined in:
- lib/v20180724/models.rb
Overview
GetPrometheusAgentManagementCommand返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(command = nil, requestid = nil) ⇒ GetPrometheusAgentManagementCommandResponse
constructor
A new instance of GetPrometheusAgentManagementCommandResponse.
Constructor Details
#initialize(command = nil, requestid = nil) ⇒ GetPrometheusAgentManagementCommandResponse
Returns a new instance of GetPrometheusAgentManagementCommandResponse.
10284 10285 10286 10287 |
# File 'lib/v20180724/models.rb', line 10284 def initialize(command=nil, requestid=nil) @Command = command @RequestId = requestid end |
Instance Attribute Details
#Command ⇒ Object
10282 10283 10284 |
# File 'lib/v20180724/models.rb', line 10282 def Command @Command end |
#RequestId ⇒ Object
10282 10283 10284 |
# File 'lib/v20180724/models.rb', line 10282 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
10289 10290 10291 10292 10293 10294 10295 |
# File 'lib/v20180724/models.rb', line 10289 def deserialize(params) unless params['Command'].nil? @Command = ManagementCommand.new @Command.deserialize(params['Command']) end @RequestId = params['RequestId'] end |