// 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 | |