# RepositoryReadList

## Properties

| Name       | Type                                                                                                                              | Description                                                                                                                                                   | Notes       |
| ---------- | --------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| **id**     | **str**                                                                                                                           |                                                                                                                                                               |             |
| **type**   | **str**                                                                                                                           |                                                                                                                                                               |             |
| **href**   | **str**                                                                                                                           |                                                                                                                                                               |             |
| **items**  | [**list\[RepositoryRead\]**](https://docs.ionos.com/sections-test/python-sdk/container-registry-python-sdk/models/repositoryread) |                                                                                                                                                               | \[optional] |
| **offset** | **int**                                                                                                                           | The offset specified in the request (if none was specified, the default offset is 0) (not implemented yet).                                                   | \[readonly] |
| **limit**  | **int**                                                                                                                           | The limit specified in the request (if none was specified, use the endpoint's default pagination limit) (not implemented yet, always return number of items). | \[readonly] |
| **links**  | [**Links**](https://docs.ionos.com/sections-test/python-sdk/container-registry-python-sdk/models/links)                           |                                                                                                                                                               |             |
