Cursor for paging through results

interface Model3DListRequest {
    cursor?: string;
    limit?: number;
    published?: boolean;
}

Hierarchy (view full)

Properties

cursor?: string
limit?: number
published?: boolean

Filter based on whether or not it has published revisions.