Files
kittycad.py/kittycad/models/object_set_material_params_pbr.py

8 lines
217 B
Python
Raw Normal View History

from pydantic import BaseModel, ConfigDict
class ObjectSetMaterialParamsPbr(BaseModel):
"""The response from the `ObjectSetMaterialParamsPbr` endpoint."""
model_config = ConfigDict(protected_namespaces=())