Class JsonPatchViewModel
Inheritance
object
Namespace: Umbraco.Cms.Api.Management.ViewModels.JsonPatch
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class JsonPatchViewModel
Properties
View SourceOp
Declaration
[Required]
public string Op { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Path
Declaration
[Required]
public string Path { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Declaration
[Required]
public object Value { get; set; }
Property Value
| Type | Description |
|---|---|
| object |