Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 4.24 KB

File metadata and controls

14 lines (11 loc) · 4.24 KB

CollectionItemDescriptor

Fields

Field Type Required Description
name Optional[str] The optional name of the Collection item.
description Optional[str] A helpful description of why this CollectionItem is in the Collection that it's in.
icon Optional[str] The emoji icon for this CollectionItem. Only used for Text type items.
url Optional[str] The URL of the item being added.
document_id Optional[str] The Glean Document ID of the item being added if it's an indexed document.
new_next_item_id Optional[str] The (optional) ItemId of the next CollectionItem in sequence. If omitted, will be added to the end of the Collection
item_type Optional[models.CollectionItemDescriptorItemType] N/A