Object Preview
@Serializable
Object containing abbreviated remote object value.
Constructors
Link copied to clipboard
constructor(type: ObjectPreviewType, subtype: ObjectPreviewSubtype? = null, description: String? = null, overflow: Boolean, properties: List<PropertyPreview>, entries: List<EntryPreview>? = null)
Properties
Link copied to clipboard
String representation of the object.
Link copied to clipboard
List of the entries. Specified for map and set subtype values only.
Link copied to clipboard
List of the properties.
Link copied to clipboard
Object subtype hint. Specified for object type values only.
Link copied to clipboard
Object type.