QuizOption

fun QuizOption(    @Json(name = "id") id: Int?,     @Json(name = "value") value: String?,     @Json(name = "attribute") attribute: QuizOptionAttribute?,     @Json(name = "images") images: QuizImages?)