Class ObjectPreview
ObjectPreview
public sealed class ObjectPreview
- Inheritance
-
ObjectPreview
- Inherited Members
Properties
Description
description
[JsonPropertyName("description")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string Description { get; set; }
Property Value
Entries
entries
[JsonPropertyName("entries")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public EntryPreview[] Entries { get; set; }
Property Value
Overflow
overflow
[JsonPropertyName("overflow")]
public bool Overflow { get; set; }
Property Value
Properties
properties
[JsonPropertyName("properties")]
public PropertyPreview[] Properties { get; set; }
Property Value
Subtype
subtype
[JsonPropertyName("subtype")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ObjectPreviewSubtypeValues? Subtype { get; set; }
Property Value
Type
type
[JsonPropertyName("type")]
public ObjectPreviewTypeValues Type { get; set; }