name

@get:JvmName(name = "getName")
@set:JvmName(name = "setName")
var name: String
Specifies the subject (name) of the record.

string name = 2;