SetPayload
data class SetPayload(val payload: Payload, val selector: DeleteSelector, val key: String? = null) : PointsUpdateOperation
Merge payload into the selected points' payload, optionally under the nested path key.
Merge payload into the selected points' payload, optionally under the nested path key.