# 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>**](https://docs.ionos.com/sections-test/java-sdk/certificate-manager-java-sdk/models/certificatedto)                        | The list of certificates.                             | \[optional] \[readonly] |
| **offset** | **Integer**                                                                                                                                          | The pagination offset.                                | \[optional] \[readonly] |
| **limit**  | **Integer**                                                                                                                                          | The pagination limit.                                 | \[optional] \[readonly] |
| **links**  | [**CertificateCollectionDtoLinks**](https://docs.ionos.com/sections-test/java-sdk/certificate-manager-java-sdk/models/certificatecollectiondtolinks) |                                                       | \[optional]             |
