class documentation
class GalleryEntryModel(BaseModel): (source)
The data required for each entry in the gallery.
| Class Variable | card |
Name of the card type for the UI so it can interpret the metadata. |
| Class Variable | created |
The created time. |
| Class Variable | delete |
The endpoint for deleting this item with a DELETE request. |
| Class Variable | gallery |
Extra data added by the gallery UI. |
| Class Variable | gallery |
Card type specific information that is shared with the gallery. |
| Class Variable | modified |
The modified time. |
| Class Variable | name |
The display name for the item in the gallery. |
| Class Variable | path |
The mounted path for this entry with the data directory. |
| Class Variable | thing |
The name of the thing that created this object. |
| Class Variable | thumbnail |
The mounted path for the thumbnail. |