# mailslurp.model.PageSentEmailProjection
# Load the model package
import 'package:mailslurp/api.dart';
# Properties
Name | Type | Description | Notes |
---|---|---|---|
content | List<SentEmailProjection> | [optional] [default to []] | |
empty | bool | [optional] [default to null] | |
first | bool | [optional] [default to null] | |
last | bool | [optional] [default to null] | |
number | int | [optional] [default to null] | |
numberOfElements | int | [optional] [default to null] | |
pageable | Pageable | [optional] [default to null] | |
size | int | [optional] [default to null] | |
sort | Sort | [optional] [default to null] | |
totalElements | int | [optional] [default to null] | |
totalPages | int | [optional] [default to null] |
[Back to Model list] [Back to API list] [Back to README]