# openapi.model.UpdateProductsDto

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**translations** | [**BuiltList&lt;Translation&gt;**](Translation.md) |  | 
**seo** | [**ProductSEO**](ProductSEO.md) |  | [optional] 
**variants** | [**BuiltList&lt;ProductVariant&gt;**](ProductVariant.md) |  | [optional] 
**types** | [**BuiltList&lt;ProductTypeDto&gt;**](ProductTypeDto.md) |  | [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)


