mailslurp.model.PageSentEmailProjection
Load the model package
import 'package:mailslurp/api.dart';
Properties
Name | Type | Description | Notes |
content | List | Collection of items | [default to const []] |
pageable | PageableObject | | [optional] |
total | int | | [optional] |
size | int | Size of page requested | |
number | int | Page number starting at 0 | |
numberOfElements | int | Number of items returned | |
totalElements | int | 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] |
[Back to Model list] [Back to API list] [Back to ]