Assembly: OptimaJet.Workflow.Core
Class PagedResponse<T>
OptimaJet.Workflow.Core.Model.PagedResponse<T>
Represents a paged response containing the items in PagedResponse<T>.Data and the total number of matching items in PagedResponse<T>.Count.
Namespace: OptimaJet.Workflow.Core.Model
public class PagedResponse<T>
Properties
public List<T> Data { get; set; } #Gets or sets the items in the current page of results.
public int Count { get; set; } #Gets or sets the total number of matching items across all pages.