ListCertificatesResponse constructor
ListCertificatesResponse({
- List<
CertificateSummary> ? certificateSummaryList, - String? nextToken,
Implementation
ListCertificatesResponse({
this.certificateSummaryList,
this.nextToken,
});