# JobStepsInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **status** | **String** | The phase of the lifecycle that the job is currently in. | **conclusion** | Option<**String**> | The outcome of the job. | **name** | **String** | The name of the job. | **number** | **i32** | | **started_at** | Option<**String**> | The time that the step started, in ISO 8601 format. | [optional] **completed_at** | Option<**String**> | The time that the job finished, in ISO 8601 format. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)