Sha256: b2953f927c1b314e396a61db0cd8ed705385051c5a587da4a4b46992ae059720
Contents?: true
Size: 1.28 KB
Versions: 2
Compression:
Stored size: 1.28 KB
Contents
# MailSlurpClient::PageEmailProjection ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **content** | [**Array<EmailProjection>**](EmailProjection.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::PageEmailProjection.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/PageEmailProjection.md |
mailslurp_client-7.0.7 | docs/PageEmailProjection.md |