cberg
Version:
Node.js Client for the Codeberg API
24 lines (16 loc) • 723 B
Markdown
# IssueLabelsOption
IssueLabelsOption a collection of labels
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**labels** | **Array<object>** | Labels can be a list of integers representing label IDs or a list of strings representing label names | [optional] [default to undefined]
**updated_at** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { IssueLabelsOption } from 'berg';
const instance: IssueLabelsOption = {
labels,
updated_at,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)