RollbackConfigPatch

data class RollbackConfigPatch(val revision: Int? = null)

DEPRECATED.

Constructors

Link copied to clipboard
constructor(revision: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val revision: Int? = null

The revision to rollback to. If set to 0, rollback to the last revision.