> For the complete documentation index, see [llms.txt](https://docs.ionos.com/container-registry-sdk-ruby/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/container-registry-sdk-ruby/models/paginationlinks.md).

# 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
)
```
