# Usage

Represents the usage settings of the custom field definition.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_default** | **boolean** |  | [optional] [default to undefined]
**id** | **string** | The user-defined ID of the associated entity. The ID must already exist. | [optional] [default to undefined]
**required** | **boolean** |  | [optional] [default to undefined]

## Example

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

const instance: Usage = {
    _default,
    id,
    required,
};
```

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