Class: TencentCloud::Tdai::V20250717::DescribeAgentsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdai::V20250717::DescribeAgentsRequest
- Defined in:
- lib/v20250717/models.rb
Overview
DescribeAgents请求参数结构体
Instance Attribute Summary collapse
- #AgentId ⇒ Object
- #AgentInternalName ⇒ Object
- #AgentName ⇒ Object
- #AgentStatus ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(offset = nil, limit = nil, agentid = nil, agentname = nil, agentinternalname = nil, agentstatus = nil) ⇒ DescribeAgentsRequest
constructor
A new instance of DescribeAgentsRequest.
Constructor Details
#initialize(offset = nil, limit = nil, agentid = nil, agentname = nil, agentinternalname = nil, agentstatus = nil) ⇒ DescribeAgentsRequest
692 693 694 695 696 697 698 699 |
# File 'lib/v20250717/models.rb', line 692 def initialize(offset=nil, limit=nil, agentid=nil, agentname=nil, agentinternalname=nil, agentstatus=nil) @Offset = offset @Limit = limit @AgentId = agentid @AgentName = agentname @AgentInternalName = agentinternalname @AgentStatus = agentstatus end |
Instance Attribute Details
#AgentId ⇒ Object
690 691 692 |
# File 'lib/v20250717/models.rb', line 690 def AgentId @AgentId end |
#AgentInternalName ⇒ Object
690 691 692 |
# File 'lib/v20250717/models.rb', line 690 def AgentInternalName @AgentInternalName end |
#AgentName ⇒ Object
690 691 692 |
# File 'lib/v20250717/models.rb', line 690 def AgentName @AgentName end |
#AgentStatus ⇒ Object
690 691 692 |
# File 'lib/v20250717/models.rb', line 690 def AgentStatus @AgentStatus end |
#Limit ⇒ Object
690 691 692 |
# File 'lib/v20250717/models.rb', line 690 def Limit @Limit end |
#Offset ⇒ Object
690 691 692 |
# File 'lib/v20250717/models.rb', line 690 def Offset @Offset end |
Instance Method Details
#deserialize(params) ⇒ Object
701 702 703 704 705 706 707 708 |
# File 'lib/v20250717/models.rb', line 701 def deserialize(params) @Offset = params['Offset'] @Limit = params['Limit'] @AgentId = params['AgentId'] @AgentName = params['AgentName'] @AgentInternalName = params['AgentInternalName'] @AgentStatus = params['AgentStatus'] end |