Longbridge OpenAPI SDK
    Preparing search index...

    Interface Workspace

    A Workspace the current account belongs to

    interface Workspace {
        id: string;
        name: string;
        createdAt: number;
        updatedAt: number;
    }
    Index
    id: string

    Workspace ID

    name: string

    Workspace name

    createdAt: number

    Creation time, Unix timestamp in seconds

    updatedAt: number

    Last updated time, Unix timestamp in seconds