ListCACertificatesResponse constructor

ListCACertificatesResponse({
  1. List<CACertificate>? certificates,
  2. String? nextMarker,
})

Implementation

ListCACertificatesResponse({
  this.certificates,
  this.nextMarker,
});