# CustomFieldSetDisplaySettings

Wrapper holds the display properties of a Custom Field Set

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**builtIn** | **boolean** | This is used only for builtIn custom field sets and can have two possible values: True - when this is a \&quot;mambu\&quot; field set, False - when this is a tenant-defined field set | [optional] [default to undefined]
**displayName** | **string** | User-provided name of the custom field set | [optional] [default to undefined]
**position** | **number** | Represents the order of the custom field set (starts from 0) | [optional] [default to undefined]

## Example

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

const instance: CustomFieldSetDisplaySettings = {
    builtIn,
    displayName,
    position,
};
```

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