# CustomFieldIdentity

A simple representation, holds only the information that identifies the custom field

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**encodedKey** | **string** | The encoded key of the entity, generated, globally unique | [optional] [readonly] [default to undefined]
**id** | **string** | User-provided ID of the custom field | [optional] [default to undefined]

## Example

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

const instance: CustomFieldIdentity = {
    encodedKey,
    id,
};
```

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