# 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)
