new PatchOperation(copyData)
Represents a single patch operation
Parameters:
Name | Type | Description |
---|---|---|
copyData |
PatchOperation | Copy constructor (if present) |
Properties:
Name | Type | Description |
---|---|---|
op |
PatchOperationType | Gets or sets the operation type(see: PatchOperationType for values) |
path |
string | Gets or sets the path |
value |
Object | Get or sets the value |
Members
op :PatchOperationType
Gets or sets the operation type
Type:
path :string
Gets or sets the path
Type:
- string
value :Object
Get or sets the value
Type:
- Object