# ObjectLabelValueConfiguration

Represents the object label value

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pluralValue** | **string** | The plural value | [default to undefined]
**singularValue** | **string** | The singular value | [default to undefined]
**type** | **string** | Enumeration for the object label types. | [default to undefined]

## Example

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

const instance: ObjectLabelValueConfiguration = {
    pluralValue,
    singularValue,
    type,
};
```

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