Sha256: 7874e1cd5d7ee852f268bb2f502fc018a59c2c9144e51e9eeacab0ff4f53577a

Contents?: true

Size: 1.29 KB

Versions: 2

Compression:

Stored size: 1.29 KB

Contents

# MailSlurpClient::PageTemplateProjection

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**content** | [**Array<TemplateProjection>**](TemplateProjection.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::PageTemplateProjection.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/PageTemplateProjection.md
mailslurp_client-7.0.7 docs/PageTemplateProjection.md