toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (gcsPath != null) 'gcsPath': gcsPath!,
  if (launchParameters != null) 'launchParameters': launchParameters!,
  if (location != null) 'location': location!,
  if (projectId != null) 'projectId': projectId!,
  if (validateOnly != null) 'validateOnly': validateOnly!,
};