toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (bucket != null) 'bucket': bucket!,
if (password != null) 'password': password!,
if (reverseProxySubnet != null)
'reverseProxySubnet': reverseProxySubnet!,
if (rootPath != null) 'rootPath': rootPath!,
if (subnetIpRange != null) 'subnetIpRange': subnetIpRange!,
if (username != null) 'username': username!,
if (vpcNetwork != null) 'vpcNetwork': vpcNetwork!,
};