18 lines
369 B
Markdown
Executable File
18 lines
369 B
Markdown
Executable File
|
|
|
|
# Cron
|
|
|
|
Cron represents a Cron task
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**execTimes** | **Long** | | [optional]
|
|
**name** | **String** | | [optional]
|
|
**next** | **OffsetDateTime** | | [optional]
|
|
**prev** | **OffsetDateTime** | | [optional]
|
|
**schedule** | **String** | | [optional]
|
|
|
|
|
|
|