toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (skipAirflowOverridesSetting != null)
    'skipAirflowOverridesSetting': skipAirflowOverridesSetting!,
  if (skipEnvironmentVariablesSetting != null)
    'skipEnvironmentVariablesSetting': skipEnvironmentVariablesSetting!,
  if (skipGcsDataCopying != null) 'skipGcsDataCopying': skipGcsDataCopying!,
  if (skipPypiPackagesInstallation != null)
    'skipPypiPackagesInstallation': skipPypiPackagesInstallation!,
  if (snapshotPath != null) 'snapshotPath': snapshotPath!,
};