# mailslurp.Model.PageAlias
Paginated email alias results. Page index starts at zero. Projection results may omit larger entity fields. For fetching a full inbox entity use the projection ID with individual method calls.
# Properties
Name | Type | Description | Notes |
---|---|---|---|
Content | List<AliasProjection> | [optional] | |
Empty | bool | [optional] | |
First | bool | [optional] | |
Last | bool | [optional] | |
Number | int | [optional] | |
NumberOfElements | int | [optional] | |
Pageable | Pageable | [optional] | |
Size | int | [optional] | |
Sort | Sort | [optional] | |
TotalElements | long | [optional] | |
TotalPages | int | [optional] |
[Back to Model list] [Back to API list] [Back to README]