WorkspaceReadResponse: {
    accountId: string;
    createdAt: string;
    createdBy: string;
    description?: string;
    id: string;
    imageUrl?: string;
    manageRuntime: boolean;
    name: string;
    teams?: string[];
    updatedAt: string;
    updatedBy: string;
}

Type declaration

  • accountId: string

    Workspace accountId.

  • createdAt: string

    Workspace creation date.

  • createdBy: string

    Workspace creator.

  • Optionaldescription?: string

    Workspace description.

  • id: string

    Workspace id.

  • OptionalimageUrl?: string

    Workspace image URL.

  • manageRuntime: boolean

    Workspace manage runtime.

  • name: string

    Workspace name.

  • Optionalteams?: string[]

    Workspace teams. - deprecated field

  • updatedAt: string

    Workspace update date.

  • updatedBy: string

    Workspace updater.