Class EntryPreview
EntryPreview
public sealed class EntryPreview
- Inheritance
-
EntryPreview
- Inherited Members
Properties
Key
Preview of the key. Specified for map-like collection entries.
[JsonPropertyName("key")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ObjectPreview? Key { get; set; }
Property Value
Value
Preview of the value.
[JsonPropertyName("value")]
public ObjectPreview Value { get; set; }