# PaginationLinks

## Properties

| Name         | Type       | Description | Notes |
| ------------ | ---------- | ----------- | ----- |
| **\_next**   | **String** |             |       |
| **previous** | **String** |             |       |
| **\_self**   | **String** |             |       |

## Example

```ruby
require 'ionoscloud-container-registry'

instance = IonoscloudContainerRegistry::PaginationLinks.new(
  _next: null,
  previous: null,
  _self: null
)
```
