Longbridge OpenAPI C++ SDK
Public Attributes | List of all members
longbridge::agent::AgentsResponse Struct Reference

Response for AgentContext::agents. More...

#include <types.hpp>

Public Attributes

std::vector< Agentagents
 Agent list. More...
 
int32_t total
 Total number of matching Agents. More...
 

Detailed Description

Response for AgentContext::agents.

Member Data Documentation

◆ agents

std::vector<Agent> longbridge::agent::AgentsResponse::agents

Agent list.

◆ total

int32_t longbridge::agent::AgentsResponse::total

Total number of matching Agents.


The documentation for this struct was generated from the following file: