version

@SerialName(value = "version")
val version: Long? = null

Parameters

version

The optimistic locking version of the assessment config. This value must be submitted as part of the next update of the model. If it does not match the value on the server, a 409 error (Conflict) will prevent the update from occurring. It can also serve as a key to determine if a local cache of this AssessmentConfig revision needs to be updated.