cberg
Version:
Node.js Client for the Codeberg API
30 lines (22 loc) • 832 B
Markdown
# CreateLabelOption
CreateLabelOption options for creating a label
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**color** | **string** | | [default to undefined]
**description** | **string** | | [optional] [default to undefined]
**exclusive** | **boolean** | | [optional] [default to undefined]
**is_archived** | **boolean** | | [optional] [default to undefined]
**name** | **string** | | [default to undefined]
## Example
```typescript
import { CreateLabelOption } from 'berg';
const instance: CreateLabelOption = {
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)