1using System.Collections.Generic;
2using System.ComponentModel.DataAnnotations;
16 public ICollection<TModel>?
Content {
get;
set; }
Represents a paginated set of models.
int TotalPages
The total number of pages in the query.
ICollection< TModel >? Content
The ICollection<T> of the returned TModel s.
int PageSize
The current size of pages in the query.
int TotalItems
The total items across all pages.
@ Required
DMAPI validation must suceed for the deployment to succeed.