| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | Product option value identifier. | [optional] |
| title | string | Product option value title. | [optional] |
| sort_index | int | Product option value sort index. | [optional] |
| is_default | bool | Indicates if product option value is used as a default value. | [optional] |
| tag | string | Product option value identifying tag. | [optional] |
| uid | string | Product option value UID. | [optional] |
| simple_option_value | \Aurigma\BackOffice\Model\ProductOptionValueDtoSimpleOptionValue | [optional] | |
| description | string | Product option value description. | [optional] |
| colors | string[] | Product option value colors. | [optional] |
| image | \Aurigma\BackOffice\Model\ProductOptionValueDtoImage | [optional] |