data class ObjectPreview
Object containing abbreviated remote object value.
<init> |
Object containing abbreviated remote object value. ObjectPreview(type: String, subtype: String? = null, description: String? = null, overflow: Boolean, properties: List<PropertyPreview>, entries: List<EntryPreview>? = null) |
description |
String representation of the object. val description: String? |
entries |
List of the entries. Specified for val entries: List<EntryPreview>? |
overflow |
True iff some of the properties or entries of the original object did not fit. val overflow: Boolean |
properties |
List of the properties. val properties: List<PropertyPreview> |
subtype |
Object subtype hint. Specified for val subtype: String? |
type |
Object type. val type: String |