# openapi.model.UpdateNewProductVariantDto

## Load the model package
```dart
import 'package:openapi/api.dart';
```

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**variants** | [**BuiltList&lt;ProductVariantEntity&gt;**](ProductVariantEntity.md) |  | 
**types** | [**BuiltList&lt;ProductTypeEntity&gt;**](ProductTypeEntity.md) |  | [optional] 
**deletedVariants** | **BuiltList&lt;num&gt;** |  | [optional] 
**deletedTypes** | **BuiltList&lt;num&gt;** |  | [optional] 

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


