class Foo( val bar: String, val baz: Int, val bing: String, val bong: Boolean ) extends Model { // body here }