SslCertsInsertResponse constructor
SslCertsInsertResponse({
- SslCertDetail? clientCert,
- String? kind,
- Operation? operation,
- SslCert? serverCaCert,
Implementation
SslCertsInsertResponse({
this.clientCert,
this.kind,
this.operation,
this.serverCaCert,
});