PartImageRecenterBatch
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
PartImageRecenterBatch Model for batch processing
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
images | List[PartImageRecenter] | ✅ | — | — |
Embedded models
Models embedded in the fields above — shown inline; they have no separate page.
PartImageRecenter — v1.0.0
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
part_id | str | ✅ | — | — |
image_url | str | ✅ | — | — |
operation | PartImageOperation (removebg, center) | ❌ | center | — |
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.