# openapi.model.BrandEntity

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

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **num** | Unique identifier | [optional] 
**createdAt** | [**DateTime**](DateTime.md) |  | [optional] 
**updatedAt** | [**DateTime**](DateTime.md) |  | [optional] 
**name** | **String** | Brand's name | 
**key** | **String** | Brand's images's key | [optional] 
**isDefault** | **bool** | Default brand | [optional] 
**url** | **String** | The URL of the image | [optional] 
**products** | [**BuiltList&lt;ProductEntity&gt;**](ProductEntity.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)


