toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (dataProfileActions != null) 'dataProfileActions': dataProfileActions!,
  if (inspectTemplates != null) 'inspectTemplates': inspectTemplates!,
  if (location != null) 'location': location!,
  if (otherCloudStartingLocation != null)
    'otherCloudStartingLocation': otherCloudStartingLocation!,
  if (projectId != null) 'projectId': projectId!,
};