# KnetikCloud.PatchActionResource

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**op** | **String** | The action you wish to perform on the resource | 
**path** | **String** | The JSON Pointer (JSON key) you wish to patch | 
**value** | **Object** | The new value for the JSON path | [optional] 


<a name="OpEnum"></a>
## Enum: OpEnum


* `replace` (value: `"replace"`)

* `add` (value: `"add"`)

* `remove` (value: `"remove"`)

* `test` (value: `"test"`)




