ListCertificatesResponse constructor
ListCertificatesResponse({
- List<
Certificate> ? certificates, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListCertificatesResponse({
this.certificates,
this.nextPageToken,
this.unreachable,
});