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