ListCertificateAuthoritiesResponse constructor

ListCertificateAuthoritiesResponse({
  1. List<CertificateAuthority>? certificateAuthorities,
  2. String? nextPageToken,
  3. List<String>? unreachable,
})

Implementation

ListCertificateAuthoritiesResponse({
  this.certificateAuthorities,
  this.nextPageToken,
  this.unreachable,
});