cberg
Version:
Node.js Client for the Codeberg API
22 lines (14 loc) • 543 B
Markdown
# DeleteLabelsOption
DeleteLabelOption options for deleting a label
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**updated_at** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { DeleteLabelsOption } from 'berg';
const instance: DeleteLabelsOption = {
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)