# SystemField


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**title** | **string** |  | [optional] [default to undefined]
**slug** | **string** |  | [optional] [default to undefined]
**default_value** | **string** |  | [optional] [default to undefined]
**is_required** | **boolean** |  | [optional] [default to undefined]
**entity** | **number** |  | [optional] [default to undefined]
**type** | **number** |  | [optional] [default to undefined]
**_options** | [**Array&lt;SystemFieldOption&gt;**](SystemFieldOption.md) |  | [optional] [default to undefined]

## Example

```typescript
import { SystemField } from 'qase-api-client';

const instance: SystemField = {
    title,
    slug,
    default_value,
    is_required,
    entity,
    type,
    _options,
};
```

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