factory DeleteDataSourceOutput.fromJson(Map<String, dynamic> json) { return DeleteDataSourceOutput( dataSourceId: json['DataSourceId'] as String?, ); }