Interface IHasCursor<T\>
Namespace: IndicoV2-CommonModels-Pagination
Assembly: IndicoV2-Abstractions-dll
A wrapper for paged queries -- returns the data and a cursor of type T
public interface IHasCursor<T>
Type Parameters
T
Properties
T
data returned from the API-
T Data { get; }
Property Value
T
The cursor
PageInfo PageInfo { get; }
Property Value
Updated about 1 year ago