mirror of
https://github.com/playit-cloud/playit-api-java
synced 2024-11-24 03:16:12 +00:00
18 lines
415 B
Markdown
18 lines
415 B
Markdown
|
|
|
|
# AgentRunData
|
|
|
|
|
|
## Properties
|
|
|
|
| Name | Type | Description | Notes |
|
|
|------------ | ------------- | ------------- | -------------|
|
|
|**agentId** | **String** | | |
|
|
|**agentType** | **AgentType** | | |
|
|
|**accountStatus** | **AgentAccountStatus** | | |
|
|
|**tunnels** | [**List<AgentTunnel>**](AgentTunnel.md) | | |
|
|
|**pending** | [**List<AgentPendingTunnel>**](AgentPendingTunnel.md) | | |
|
|
|
|
|
|
|