Source code for kittycad.models.set_selection_filter
from pydantic import BaseModel, ConfigDict
[docs]
class SetSelectionFilter(BaseModel):
"""The response from the `SetSelectionFilter` endpoint."""
model_config = ConfigDict(protected_namespaces=())