UserSchoolInfo

constructor(userSchoolId: Int? = null, className: String? = null, enrollmentYear: Int? = null, graduationYear: Int? = null, isCurrent: Int? = null, isPublic: Int? = null, schoolId: Int, schoolName: String, shortName: String? = null, location: String? = null, type: String? = null, logoUrl: String? = null, studentCount: Int? = null)