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?)

Parameters

id
title
salaryTo
salaryFrom
salaryText
area
areaText
schedule
scheduleText
entryId
cityId
cityName
favoritesCount
isFavorited
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)

Properties

Link copied to clipboard
val area: Long? = null
Link copied to clipboard
val areaText: String? = null
Link copied to clipboard
val cityId: Long? = null
Link copied to clipboard
val cityName: String? = null
Link copied to clipboard
val company: Company? = null
Link copied to clipboard
val entryId: Long? = null
Link copied to clipboard
val favoritesCount: Long? = null
Link copied to clipboard
val id: Long? = null
Link copied to clipboard
val isFavorited: Boolean? = null
Link copied to clipboard
val salaryFrom: String? = null
Link copied to clipboard
val salaryText: String? = null
Link copied to clipboard
val salaryTo: String? = null
Link copied to clipboard
val schedule: Int? = null
Link copied to clipboard
val scheduleText: String? = null
Link copied to clipboard
val title: String? = null