Source code for kittycad.models.solid3d_get_edge_uuid
from .base import KittyCadBaseModel
[docs]
class Solid3dGetEdgeUuid(KittyCadBaseModel):
"""The response from the `Solid3dGetEdgeUuid` endpoint."""
edge_id: str
from .base import KittyCadBaseModel
[docs]
class Solid3dGetEdgeUuid(KittyCadBaseModel):
"""The response from the `Solid3dGetEdgeUuid` endpoint."""
edge_id: str