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

28 lines
1015 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Filename: /Users/liur/work/api-sdk-gen/openapi-generator/src/main/resources/Java/model_doc.mustache
// Filename: /Users/liur/work/api-sdk-gen/openapi-generator/src/main/resources/Java/pojo_doc.mustache
# 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 | |