ListCertificateAuthoritiesResponse constructor
ListCertificateAuthoritiesResponse({
- List<
CertificateAuthority> ? certificateAuthorities, - String? nextPageToken,
- List<
String> ? unreachable,
Implementation
ListCertificateAuthoritiesResponse({
this.certificateAuthorities,
this.nextPageToken,
this.unreachable,
});