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