Class: TencentCloud::Tdai::V20250717::DescribeAgentInstanceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdai::V20250717::DescribeAgentInstanceResponse
- Defined in:
- lib/v20250717/models.rb
Overview
DescribeAgentInstance返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(agentinstance = nil, requestid = nil) ⇒ DescribeAgentInstanceResponse
constructor
A new instance of DescribeAgentInstanceResponse.
Constructor Details
#initialize(agentinstance = nil, requestid = nil) ⇒ DescribeAgentInstanceResponse
Returns a new instance of DescribeAgentInstanceResponse.
575 576 577 578 |
# File 'lib/v20250717/models.rb', line 575 def initialize(agentinstance=nil, requestid=nil) @AgentInstance = agentinstance @RequestId = requestid end |
Instance Attribute Details
#AgentInstance ⇒ Object
573 574 575 |
# File 'lib/v20250717/models.rb', line 573 def AgentInstance @AgentInstance end |
#RequestId ⇒ Object
573 574 575 |
# File 'lib/v20250717/models.rb', line 573 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
580 581 582 583 584 585 586 |
# File 'lib/v20250717/models.rb', line 580 def deserialize(params) unless params['AgentInstance'].nil? @AgentInstance = AgentInstance.new @AgentInstance.deserialize(params['AgentInstance']) end @RequestId = params['RequestId'] end |