School

@JsonClass(generateAdapter = true)
data class School(val school_name: String?)

school that this author has graduated from.

Constructors

Link copied to clipboard
fun School(school_name: String?)

Properties

Link copied to clipboard
val school_name: String?

The name of the school.