# EditLabelOption

EditLabelOption options for editing a label

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**color** | **string** |  | [optional] [default to undefined]
**description** | **string** |  | [optional] [default to undefined]
**exclusive** | **boolean** |  | [optional] [default to undefined]
**is_archived** | **boolean** |  | [optional] [default to undefined]
**name** | **string** |  | [optional] [default to undefined]

## Example

```typescript
import { EditLabelOption } from 'berg';

const instance: EditLabelOption = {
    color,
    description,
    exclusive,
    is_archived,
    name,
};
```

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