# ObjectLabelConfiguration

Represents the object label

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**labels** | [**Array&lt;ObjectLabelValueConfiguration&gt;**](ObjectLabelValueConfiguration.md) | The object labels values | [optional] [default to undefined]
**language** | **string** | The language used for the object label | [default to undefined]

## Example

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

const instance: ObjectLabelConfiguration = {
    labels,
    language,
};
```

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