idmesh-api-sdk-java/docs/Job.md

28 lines
1015 B
Markdown
Raw Normal View History

// Filename: /Users/liur/work/api-sdk-gen/openapi-generator/src/main/resources/Java/model_doc.mustache
2023-12-27 20:14:28 +08:00
// Filename: /Users/liur/work/api-sdk-gen/openapi-generator/src/main/resources/Java/pojo_doc.mustache
2023-12-27 20:14:28 +08:00
# Job
## Properties
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**id** | **Integer** | | |
|**cronJobId** | **String** | | |
|**cronJobKind** | **String** | | |
|**cronJobName** | **String** | | |
|**namespace** | **String** | | |
|**name** | **String** | | |
|**startTime** | **String** | 任务开始执行时间rfc3339格式 | |
|**completionTime** | **String** | 任务结束执行时间rfc3339格式 | [optional] |
|**status** | **String** | - running 执行中 - failed 执行失败 - success 执行成功 | |
|**timeStarted** | **String** | rfc3339 | [optional] |
|**timeCompleted** | **String** | rfc3339 | [optional] |
|**timeCreated** | **String** | rfc3339 | |
|**timeModified** | **String** | rfc3339 | |