Class KVDiff
public record KVDiff : IEquatable<KVDiff>
- Inheritance
-
KVDiff
- Implements
- Inherited Members
- Extension Methods
Properties
Key
public string Key { get; init; }
Property Value
Type
public string Type { get; init; }
Property Value
Value
public string Value { get; init; }