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.

