# CertificateCollectionDto

A collection of certificates.

## Properties

| Name       | Type                                                                                                                                                     | Description                                           | Notes                   |
| ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | ----------------------- |
| **id**     | **str**                                                                                                                                                  | The resource ID.                                      | \[optional] \[readonly] |
| **type**   | **str**                                                                                                                                                  | The resource type.                                    | \[optional] \[readonly] |
| **href**   | **str**                                                                                                                                                  | The URL to the object representation (absolute path). | \[optional] \[readonly] |
| **items**  | [**list\[CertificateDto\]**](https://docs.ionos.com/sections-test/python-sdk/certificate-manager-python-sdk/models/certificatedto)                       | The list of certificates.                             | \[optional] \[readonly] |
| **offset** | **int**                                                                                                                                                  | The pagination offset.                                | \[optional] \[readonly] |
| **limit**  | **int**                                                                                                                                                  | The pagination limit.                                 | \[optional] \[readonly] |
| **links**  | [**CertificateCollectionDtoLinks**](https://docs.ionos.com/sections-test/python-sdk/certificate-manager-python-sdk/models/certificatecollectiondtolinks) |                                                       | \[optional]             |
