|
Longbridge OpenAPI C++ SDK
|
A Workspace the current account belongs to. More...
#include <types.hpp>
Public Attributes | |
| std::string | id |
| Workspace ID. More... | |
| std::string | name |
| Workspace name. More... | |
| int64_t | created_at |
| Creation time, Unix timestamp in seconds. More... | |
| int64_t | updated_at |
| Last updated time, Unix timestamp in seconds. More... | |
A Workspace the current account belongs to.
| int64_t longbridge::agent::Workspace::created_at |
Creation time, Unix timestamp in seconds.
| std::string longbridge::agent::Workspace::id |
Workspace ID.
| std::string longbridge::agent::Workspace::name |
Workspace name.
| int64_t longbridge::agent::Workspace::updated_at |
Last updated time, Unix timestamp in seconds.