# CertificateCollectionDto

A collection of certificates.

## Properties

| Name        | Type                                                                                                                                                     | Description                                           | Notes                                           |
| ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------- |
| **id**      | **string**                                                                                                                                               | The resource ID.                                      | \[optional] \[readonly] \[default to undefined] |
| **type**    | **string**                                                                                                                                               | The resource type.                                    | \[optional] \[readonly] \[default to undefined] |
| **href**    | **string**                                                                                                                                               | The URL to the object representation (absolute path). | \[optional] \[readonly] \[default to undefined] |
| **items**   | [**Array\<CertificateDto>**](https://docs.ionos.com/sections-test/nodejs-sdk/certificate-manager-nodejs-sdk/models/certificatedto)                       | The list of certificates.                             | \[optional] \[readonly] \[default to undefined] |
| **offset**  | **number**                                                                                                                                               | The pagination offset.                                | \[optional] \[readonly] \[default to undefined] |
| **limit**   | **number**                                                                                                                                               | The pagination limit.                                 | \[optional] \[readonly] \[default to undefined] |
| **\_links** | [**CertificateCollectionDtoLinks**](https://docs.ionos.com/sections-test/nodejs-sdk/certificate-manager-nodejs-sdk/models/certificatecollectiondtolinks) |                                                       | \[optional] \[default to undefined]             |
