cberg
Version:
Node.js Client for the Codeberg API
30 lines (22 loc) • 774 B
Markdown
# Cron
Cron represents a Cron task
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**exec_times** | **number** | | [optional] [default to undefined]
**name** | **string** | | [optional] [default to undefined]
**next** | **string** | | [optional] [default to undefined]
**prev** | **string** | | [optional] [default to undefined]
**schedule** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { Cron } from 'berg';
const instance: Cron = {
exec_times,
name,
next,
prev,
schedule,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)