UpdateValueConfig

@Serializable
data class UpdateValueConfig(val jsonPathExpression: String, val computedValueKey: String) : Serializable

Constructors

Link copied to clipboard
constructor(jsonPathExpression: String, computedValueKey: String)

Properties

Link copied to clipboard
Link copied to clipboard