# CustomFieldValueGroupConfiguration

Response representation of a custom field values group configuration.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**customFieldValues** | [**Array&lt;CustomFieldValueConfiguration&gt;**](CustomFieldValueConfiguration.md) | Custom field values of the group.  | [default to undefined]
**index** | **number** | Index representing the id of custom field values in a set. | [default to undefined]

## Example

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

const instance: CustomFieldValueGroupConfiguration = {
    customFieldValues,
    index,
};
```

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