AddAttributeToPartType
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
AddAttributeToPartType model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
part_type_id | str | ✅ | — | — |
attribute | Attribute | ✅ | — | Attribute model |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
Attribute — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
id | str | ❌ | — | — |
name | str | ✅ | — | — |
is_system_wide | bool | ❌ | False | — |
is_deleted | bool | ❌ | False | — |
deleted_at | str | ❌ | — | — |
attribute_type | str | ✅ | — | — |
attribute_to_value_cardinality | str | ✅ | — | — |
is_required | bool | ✅ | — | — |
is_recommended | bool | ✅ | — | — |
is_derived_from_vehicle_attributes | bool | ✅ | — | — |
vehicle_attribute_key | str | ❌ | — | — |
created_at | str | ❌ | — | — |
updated_at | str | ❌ | — | — |
values | List[Value] | ❌ | [] | — |
No recorded history.
Value — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
tenant_id | str | ❌ | — | — |
updated_at | str | ❌ | — | — |
name | str | ✅ | — | — |
created_at | str | ❌ | — | — |
id | str | ✅ | — | — |
is_system_wide | bool | ❌ | False | — |
No recorded history.
APIs / Triggers
No API or event interacts with this object directly.
Change history
No recorded history.
Generated from
dismantly-backend/Microservices/Part/dependencies/models.py. Do not edit by hand.