SslCertsInsertResponse constructor

SslCertsInsertResponse({
  1. SslCertDetail? clientCert,
  2. String? kind,
  3. Operation? operation,
  4. SslCert? serverCaCert,
})

Implementation

SslCertsInsertResponse({
  this.clientCert,
  this.kind,
  this.operation,
  this.serverCaCert,
});