Interface BasePaginatedResult<T>

Type Parameters:
T -

public interface BasePaginatedResult<T>
A type that represents a page of results from a paginated query. The response is accompanied by metadata that indicates the relative queries available. It works for both sync and async requests. Typically, one of the two options are chosen by wrapping this class to offer a PaginatedResult or AsyncPaginatedResult.