Cursor for paging through results

interface EntityMatchingFilterRequest {
    cursor?: string;
    filter?: EntityMatchingFilter;
    limit?: number;
}

Hierarchy (view full)

Properties

cursor?: string
limit?: number