ListCACertificatesResponse constructor
ListCACertificatesResponse({
- List<
CACertificate> ? certificates, - String? nextMarker,
Implementation
ListCACertificatesResponse({
this.certificates,
this.nextMarker,
});