# AppSettingFieldMappingStructureItem


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**fieldLabel** | **string** |  | [optional] [default to undefined]
**fieldName** | **string** |  | [optional] [default to undefined]
**fieldHelpText** | **string** |  | [optional] [default to undefined]
**isRequired** | **boolean** |  | [optional] [default to undefined]
**allowedPropertyTypes** | **Array&lt;string&gt;** |  | [optional] [default to undefined]
**allowedPropertyFormats** | **Array&lt;string&gt;** |  | [optional] [default to undefined]
**propertyName** | **string** |  | [optional] [default to undefined]
**recordUuid** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { AppSettingFieldMappingStructureItem } from '@caraer/client';

const instance: AppSettingFieldMappingStructureItem = {
    fieldLabel,
    fieldName,
    fieldHelpText,
    isRequired,
    allowedPropertyTypes,
    allowedPropertyFormats,
    propertyName,
    recordUuid,
};
```

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