ListCertificatesResponse constructor

ListCertificatesResponse({
  1. List<Certificate>? certificates,
  2. String? nextMarker,
})

Implementation

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