# ObjectLabelsConfiguration

Represents the object labels

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**objectLabels** | [**Array&lt;ObjectLabelConfiguration&gt;**](ObjectLabelConfiguration.md) | The object labels | [default to undefined]

## Example

```typescript
import { ObjectLabelsConfiguration } from './api';

const instance: ObjectLabelsConfiguration = {
    objectLabels,
};
```

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