接口 AnnotationQueue

接口 AnnotationQueue {
    created_at: string;
    id: string;
    name: string;
    tenant_id: string;
    updated_at: string;
    description?: string;
}

继承层级 (查看摘要)

属性

created_at: string

标注队列的创建时间戳。

id: string

标注队列的唯一标识符。

name: string

标注队列的名称。

tenant_id: string

与标注队列关联的租户 ID。

updated_at: string

标注队列上次更新的时间戳。

description?: string

标注队列的可选描述。