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

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...
 

Detailed Description

A Workspace the current account belongs to.

Member Data Documentation

◆ created_at

int64_t longbridge::agent::Workspace::created_at

Creation time, Unix timestamp in seconds.

◆ id

std::string longbridge::agent::Workspace::id

Workspace ID.

◆ name

std::string longbridge::agent::Workspace::name

Workspace name.

◆ updated_at

int64_t longbridge::agent::Workspace::updated_at

Last updated time, Unix timestamp in seconds.


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