GetCertificateAuthorityCsrResponse constructor

GetCertificateAuthorityCsrResponse({
  1. String? csr,
})

Implementation

GetCertificateAuthorityCsrResponse({
  this.csr,
});