ItemUpdate
This class represents the schema for updating an existing item, providing optional fields to modify its attributes. It allows for partial updates by defining a title field with specific length constraints while maintaining compatibility with the base item structure.
Attributes
| Attribute | Type | Description |
|---|---|---|
| title | `string | null` = null |
Methods
title()
def title() - > str | None
The updated title for the item, constrained between 1 and 255 characters.
Returns
| Type | Description |
|---|---|
| `str | None` |