# Reference


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**kind** | **string** |  | [optional] [default to undefined]
**identifier** | **string** |  | [optional] [default to undefined]
**label** | **string** |  | [optional] [default to undefined]
**field** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: Reference = {
    kind,
    identifier,
    label,
    field,
};
```

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