ItemImage
Model that describes item images.
| Name | Type | Description |
|---|---|---|
| height | Int32 | Image height in pixels. |
| id | Int64 | Image record ID. |
| item_id | Int64 | Item ID. |
| last_update | Int64 | Last update date as Unix time. |
| size | Int32 | Image file size in bytes. |
| url | String | Image URL. |
| width | Int32 | Image width in pixels. |