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