# V1FolderMessagesCollection

Paginated list of messages.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**data** | [**Array&lt;V1FolderMessagesMessage&gt;**](V1FolderMessagesMessage.md) |  | [default to undefined]
**pagination** | [**Pagination**](Pagination.md) |  | [default to undefined]

## Example

```typescript
import { V1FolderMessagesCollection } from '@hostinger/mail-sdk';

const instance: V1FolderMessagesCollection = {
    data,
    pagination,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
