NexSDK
    Preparing search index...

    Interface TaskListResponse

    interface TaskListResponse {
        items: TaskResponse[];
        next_cursor: TaskListResponseNextCursor;
    }
    Index

    Properties

    Properties

    items: TaskResponse[]
    next_cursor: TaskListResponseNextCursor