MailSlurpAPI.Model.PageInboxProjection (mailslurp v11.7.202)
Paginated inbox results. Page index starts at zero. Projection results may omit larger entity fields. For fetching a full entity use the projection ID with individual method calls.
Link to this section Summary
Link to this section Types
Specs
t() :: %MailSlurpAPI.Model.PageInboxProjection{
content: [InboxProjection] | nil,
empty: boolean() | nil,
first: boolean() | nil,
last: boolean() | nil,
number: integer() | nil,
numberOfElements: integer() | nil,
pageable: Pageable | nil,
size: integer() | nil,
sort: Sort | nil,
totalElements: integer() | nil,
totalPages: integer() | nil
}