# ArtifactReadList

## Properties

| Name        | Type                                                                                                                          | Description                                                                                                                                                   | Notes                               |
| ----------- | ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------- |
| **id**      | **string**                                                                                                                    |                                                                                                                                                               | \[default to undefined]             |
| **type**    | **string**                                                                                                                    |                                                                                                                                                               | \[default to undefined]             |
| **href**    | **string**                                                                                                                    |                                                                                                                                                               | \[default to undefined]             |
| **items**   | [**Array\<ArtifactRead>**](https://docs.ionos.com/sections-test/nodejs-sdk/container-registry-nodejs-sdk/models/artifactread) |                                                                                                                                                               | \[optional] \[default to undefined] |
| **offset**  | **number**                                                                                                                    | The offset specified in the request (if none was specified, the default offset is 0) (not implemented yet).                                                   | \[readonly] \[default to undefined] |
| **limit**   | **number**                                                                                                                    | 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] \[default to undefined] |
| **\_links** | [**Links**](https://docs.ionos.com/sections-test/nodejs-sdk/container-registry-nodejs-sdk/models/links)                       |                                                                                                                                                               | \[default to undefined]             |
