# APIEntitiesDictionaryTable

API_Entities_Dictionary_Table model

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**table_name** | **string** |  | [optional] [default to undefined]
**feature_categories** | **Array&lt;string&gt;** |  | [optional] [default to undefined]

## Example

```typescript
import { APIEntitiesDictionaryTable } from 'berg';

const instance: APIEntitiesDictionaryTable = {
    table_name,
    feature_categories,
};
```

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