Object construction from a JSON representation
factory JobsOut.fromJson(Map<String, dynamic> json) => _$JobsOutFromJson(json);