RestorePlanRestoreConfigTransformationRuleFieldAction

data class RestorePlanRestoreConfigTransformationRuleFieldAction(val fromPath: String? = null, val op: String, val path: String? = null, val value: String? = null)

Constructors

constructor(fromPath: String? = null, op: String, path: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fromPath: String? = null

A string containing a JSON Pointer value that references the location in the target document to move the value from.

Link copied to clipboard
val op: String

Specifies the operation to perform. Possible values are: REMOVE, MOVE, COPY, ADD, TEST, REPLACE.

Link copied to clipboard
val path: String? = null

A string containing a JSON-Pointer value that references a location within the target document where the operation is performed.

Link copied to clipboard
val value: String? = null

A string that specifies the desired value in string format to use for transformation.