Sha256: d48a3467d0c2116377501a8c987cfda894cfc47fad038e59fa2411e834e40d51

Contents?: true

Size: 1.28 KB

Versions: 2

Compression:

Stored size: 1.28 KB

Contents

# MailSlurpClient::PageInboxProjection

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**content** | [**Array<InboxProjection>**](InboxProjection.md) |  | [optional] 
**empty** | **Boolean** |  | [optional] 
**first** | **Boolean** |  | [optional] 
**last** | **Boolean** |  | [optional] 
**number** | **Integer** |  | [optional] 
**number_of_elements** | **Integer** |  | [optional] 
**pageable** | [**Pageable**](Pageable.md) |  | [optional] 
**size** | **Integer** |  | [optional] 
**sort** | [**Sort**](Sort.md) |  | [optional] 
**total_elements** | **Integer** |  | [optional] 
**total_pages** | **Integer** |  | [optional] 

## Code Sample

```ruby
require 'MailSlurpClient'

instance = MailSlurpClient::PageInboxProjection.new(content: null,
                                 empty: null,
                                 first: null,
                                 last: null,
                                 number: null,
                                 number_of_elements: null,
                                 pageable: null,
                                 size: null,
                                 sort: null,
                                 total_elements: null,
                                 total_pages: null)
```


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mailslurp_client-7.0.8 docs/PageInboxProjection.md
mailslurp_client-7.0.7 docs/PageInboxProjection.md