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