ListCertificateMapsResponse constructor

ListCertificateMapsResponse({
  1. List<CertificateMap>? certificateMaps,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListCertificateMapsResponse({
  this.certificateMaps,
  this.nextPageToken,
  this.unreachable,
});