CertificateCollectionDto

Properties

NameTypeDescriptionNotes

id

String

The resource ID.

[optional][readonly]

type

String

The resource type.

[optional][readonly]

href

String

The URL to the object representation (absolute path).

[optional][readonly]

items

The list of certificates.

[optional][readonly]

offset

Integer

The pagination offset.

[optional][readonly]

limit

Integer

The pagination limit.

[optional][readonly]

_links

[optional]

Example

require 'ionoscloud-cert-manager'

instance = IonoscloudCertManager::CertificateCollectionDto.new(
  id: Certificates,
  type: collection,
  href: https://api.ionos.com/certificatemanager/certificates,
  items: null,
  offset: 10,
  limit: 100,
  _links: null
)

Last updated