View Source
Class JsonPatchViewModel
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class JsonPatchViewModel
Properties
View Source
Op
Declaration
[Required]
public string Op { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Path
Declaration
[Required]
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Value
Declaration
[Required]
public object Value { get; set; }
Property Value
Type |
Description |
System.Object |
|