mailslurp_netstandard_2x.Model.PageSentEmailProjection
Paginated sent email results. Page starts at zero. Projection results may omit larger entity fields. For fetching a full sent email entity use the projection ID with individual method calls.
Properties
Name | Type | Description | Notes |
---|---|---|---|
Content | List | Collection of items | |
Pageable | PageableObject | [optional] | |
Total | long | [optional] | |
Size | int | Size of page requested | |
Number | int | Page number starting at 0 | |
NumberOfElements | int | Number of items returned | |
TotalElements | long | Total number of items available for querying | |
TotalPages | int | Total number of pages available | |
Last | bool | [optional] | |
Sort | Sort | [optional] | |
First | bool | [optional] | |
Empty | bool | [optional] |