Source code for kittycad.models.create_shortlink_response
from .base import KittyCadBaseModel
[docs]
class CreateShortlinkResponse(KittyCadBaseModel):
"""Response from creating a shortlink."""
key: str
url: str
from .base import KittyCadBaseModel
[docs]
class CreateShortlinkResponse(KittyCadBaseModel):
"""Response from creating a shortlink."""
key: str
url: str