# PaginationResponseSubscribeWebhookDTO

Paginated response (PaginationResponseSubscribeWebhookDTO).

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | **string** |  | [optional] [default to undefined]
**data** | **Array&lt;object&gt;** |  | [optional] [default to undefined]
**total** | **number** |  | [optional] [default to undefined]
**page** | **number** |  | [optional] [default to undefined]
**perPage** | **number** |  | [optional] [default to undefined]
**lastPage** | **number** |  | [optional] [default to undefined]

## Example

```typescript
import { PaginationResponseSubscribeWebhookDTO } from '@caraer/client';

const instance: PaginationResponseSubscribeWebhookDTO = {
    message,
    data,
    total,
    page,
    perPage,
    lastPage,
};
```

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