> For the complete documentation index, see [llms.txt](https://docs.ionos.com/cert-manager-sdk-java/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/cert-manager-sdk-java/models/certificatecollectiondto.md).

# CertificateCollectionDto

A collection of certificates.

## Properties

| Name       | Type                                                                                                | Description                                           | Notes                   |
| ---------- | --------------------------------------------------------------------------------------------------- | ----------------------------------------------------- | ----------------------- |
| **id**     | **String**                                                                                          | The resource ID.                                      | \[optional] \[readonly] |
| **type**   | **String**                                                                                          | The resource type.                                    | \[optional] \[readonly] |
| **href**   | [**URI**](https://github.com/ionos-cloud/sdk-java-cert-manager/blob/master/docs/models/URI.md)      | The URL to the object representation (absolute path). | \[optional] \[readonly] |
| **items**  | [**List\<CertificateDto>**](/cert-manager-sdk-java/models/certificatedto.md)                        | The list of certificates.                             | \[optional] \[readonly] |
| **offset** | **Integer**                                                                                         | The pagination offset.                                | \[optional] \[readonly] |
| **limit**  | **Integer**                                                                                         | The pagination limit.                                 | \[optional] \[readonly] |
| **links**  | [**CertificateCollectionDtoLinks**](/cert-manager-sdk-java/models/certificatecollectiondtolinks.md) |                                                       | \[optional]             |
