Quiz Option
@JsonClass(generateAdapter = true )
Content copied to clipboard
Constructors
Link copied to clipboard
fun QuizOption( @Json(name = "id" ) id: Int?, @Json(name = "value" ) value: String?, @Json(name = "attribute" ) attribute: QuizOptionAttribute?, @Json(name = "images" ) images: QuizImages?)
Content copied to clipboard