toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (cloudSqlInstanceProperties != null)
'cloudSqlInstanceProperties': cloudSqlInstanceProperties!,
if (gcpResourcename != null) 'gcpResourcename': gcpResourcename!,
if (location != null) 'location': location!,
if (type != null) 'type': type!,
};