Source code for kittycad.models.object_set_material_params_pbr

from pydantic import BaseModel, ConfigDict


[docs] class ObjectSetMaterialParamsPbr(BaseModel): """The response from the `ObjectSetMaterialParamsPbr` endpoint.""" model_config = ConfigDict(protected_namespaces=())