ListCertificateMapsResponse constructor
ListCertificateMapsResponse({
- List<
CertificateMap> ? certificateMaps, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListCertificateMapsResponse({
this.certificateMaps,
this.nextPageToken,
this.unreachable,
});