Vacancy
data class Vacancy(id: Long?, title: String?, salaryTo: String?, salaryFrom: String?, salaryText: String?, area: Long?, areaText: String?, schedule: Int?, scheduleText: String?, entryId: Long?, cityId: Long?, cityName: String?, favoritesCount: Long?, isFavorited: Boolean?, company: Company?)
Content copied to clipboard
Parameters
id
title
salary To
salary From
salary Text
area
area Text
schedule
schedule Text
entry Id
city Id
city Name
favorites Count
is Favorited
company
Constructors
Link copied to clipboard
fun Vacancy(id: Long? = null, title: String? = null, salaryTo: String? = null, salaryFrom: String? = null, salaryText: String? = null, area: Long? = null, areaText: String? = null, schedule: Int? = null, scheduleText: String? = null, entryId: Long? = null, cityId: Long? = null, cityName: String? = null, favoritesCount: Long? = null, isFavorited: Boolean? = null, company: Company? = null)
Content copied to clipboard