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

Data

T data returned from the API-

T Data { get; }

Property Value

T

PageInfo

The cursor

PageInfo PageInfo { get; }

Property Value

PageInfo