DockFilters

constructor(ids: List<Int>? = null, names: List<String>? = null, pickupTimes: List<String>? = null, deliveryTimes: List<String>? = null, objectIds: List<Int>? = null, portIds: List<Int>? = null, liftTrucks: List<Int>? = null, additionalInfo: List<JsonObject>? = null, skillIds: List<Int>? = null, status: List<PlaceStatusType>? = null, fleet: List<FleetType>? = null, loadType: List<LoadType>? = null, companyIds: List<Int>? = null, addedOnDates: List<String>? = null, updateOnDates: List<String>? = null)