struct
PropertyOverride
public sealed struct PropertyOverride Represents a property change to apply during patching.
Fields
| Name | Type | Description |
|---|---|---|
Target | ObjectIdentifier | The object whose property should be modified |
Property | String | The name of the property to modify |
Value | JsonNode | The new value to assign to the property |