ListCertificateRevocationListsResponse constructor
ListCertificateRevocationListsResponse({
- List<
CertificateRevocationList> ? certificateRevocationLists, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListCertificateRevocationListsResponse({
this.certificateRevocationLists,
this.nextPageToken,
this.unreachable,
});