toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (backendType != null) 'backendType': backendType!,
if (databaseVersion != null) 'databaseVersion': databaseVersion!,
if (dnsName != null) 'dnsName': dnsName!,
if (ipAddresses != null) 'ipAddresses': ipAddresses!,
if (kind != null) 'kind': kind!,
if (pscEnabled != null) 'pscEnabled': pscEnabled!,
if (region != null) 'region': region!,
if (serverCaCert != null) 'serverCaCert': serverCaCert!,
};