cberg
Version:
Node.js Client for the Codeberg API
34 lines (26 loc) • 941 B
Markdown
# Label
Label a label to an issue or a pr
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**color** | **string** | | [optional] [default to undefined]
**description** | **string** | | [optional] [default to undefined]
**exclusive** | **boolean** | | [optional] [default to undefined]
**id** | **number** | | [optional] [default to undefined]
**is_archived** | **boolean** | | [optional] [default to undefined]
**name** | **string** | | [optional] [default to undefined]
**url** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { Label } from 'berg';
const instance: Label = {
color,
description,
exclusive,
id,
is_archived,
name,
url,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)