Source code for kittycad.models.entity_get_child_uuid
from pydantic import BaseModel
[docs]class EntityGetChildUuid(BaseModel):
"""The response from the `EntityGetChildUuid` command."""
entity_id: str
from pydantic import BaseModel
[docs]class EntityGetChildUuid(BaseModel):
"""The response from the `EntityGetChildUuid` command."""
entity_id: str