cberg
Version:
Node.js Client for the Codeberg API
30 lines (22 loc) • 845 B
Markdown
# 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)