toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (googleServiceType != null) 'googleServiceType': googleServiceType!,
if (ipAddress != null) 'ipAddress': ipAddress!,
if (pscGoogleApiTarget != null) 'pscGoogleApiTarget': pscGoogleApiTarget!,
if (resourceUri != null) 'resourceUri': resourceUri!,
if (storageBucket != null) 'storageBucket': storageBucket!,
if (target != null) 'target': target!,
};