ListCertificatesResponse constructor

ListCertificatesResponse({
  1. List<CertificateSummary>? certificateSummaryList,
  2. String? nextToken,
})

Implementation

ListCertificatesResponse({
  this.certificateSummaryList,
  this.nextToken,
});