ListCertificateRevocationListsResponse constructor

ListCertificateRevocationListsResponse({
  1. List<CertificateRevocationList>? certificateRevocationLists,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListCertificateRevocationListsResponse({
  this.certificateRevocationLists,
  this.nextPageToken,
  this.unreachable,
});