ListCertificatesResponse constructor

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

Implementation

ListCertificatesResponse({
  this.certificates,
  this.nextPageToken,
  this.unreachable,
});