| [description](./puppeteer.protocol.runtime.objectpreview.description.md) | string | String representation of the object. |
| [entries](./puppeteer.protocol.runtime.objectpreview.entries.md) | [EntryPreview](./puppeteer.protocol.runtime.entrypreview.md)<!-- -->\[\] | List of the entries. Specified for <code>map</code> and <code>set</code> subtype values only. |
| [overflow](./puppeteer.protocol.runtime.objectpreview.overflow.md) | boolean | True iff some of the properties or entries of the original object did not fit. |
| [properties](./puppeteer.protocol.runtime.objectpreview.properties.md) | [PropertyPreview](./puppeteer.protocol.runtime.propertypreview.md)<!-- -->\[\] | List of the properties. |