ephemeral

@get:JvmName(name = "getEphemeral")
@set:JvmName(name = "setEphemeral")
var ephemeral: Boolean
Indicate to the data storage engine that a given field is ephemeral, and should not be stored, but rather held with
a calculated value for use in systems upstream from the data storage layer.

bool ephemeral = 4;