toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final dataProfileActions = this.dataProfileActions;
final inspectTemplates = this.inspectTemplates;
final location = this.location;
final otherCloudStartingLocation = this.otherCloudStartingLocation;
final projectId = this.projectId;
return {
'dataProfileActions': ?dataProfileActions,
'inspectTemplates': ?inspectTemplates,
'location': ?location,
'otherCloudStartingLocation': ?otherCloudStartingLocation,
'projectId': ?projectId,
};
}