scorable.generated.openapi_client.models.project¶
Scorable API
Scorable JSON API provides a way to access Scorable using provisioned API token
The version of the OpenAPI document: 1.0.0 (latest) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
Classes¶
Project |
Module Contents¶
- class scorable.generated.openapi_client.models.project.Project¶
Bases:
pydantic.BaseModelProject
- created_at: datetime.datetime | None¶
- description: pydantic.StrictStr | None = None¶
- id: pydantic.StrictStr¶
- is_default: pydantic.StrictBool | None = None¶
- model_config¶
- name: Annotated[str, Field(strict=True, max_length=512)]¶
- owner: pydantic.StrictStr¶