Class PatchEntry
Inheritance
PatchEntry
Inherited Members
Namespace: Crowdin.Api
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public abstract class PatchEntry
Properties
| Edit this page View SourceOperation
Declaration
[JsonProperty("op")]
public PatchOperation Operation { get; set; }
Property Value
Type | Description |
---|---|
PatchOperation |
Value
Declaration
[JsonProperty("value")]
public object Value { get; set; }
Property Value
Type | Description |
---|---|
object |