FilterPreset Objects
uuid
str- The preset uuid.
name
str- The preset name.
description
Optional[str]- The preset description.
created_at
Optional[datetime]- The preset creation timestamp.
last_updated_at
Optional[datetime]- The preset last update timestamp.
update_preset
nameOptional[str] - The new name for the preset.descriptionOptional[str] - The new description for the preset.filter_preset_jsonOptional[dict] - The new filters for the preset in their raw json format.
ProjectFilterPreset Objects
uuid
UUID- The filter preset UUID.
name
str- The collection name.
created_at
Optional[datetime]- The timestamp when the filter preset was created, or None if not available.
updated_at
Optional[datetime]- The timestamp when the filter preset was last edited, or None if not available.
project_hash
UUID- The project hash of the filter preset.

