# PromotionHistoryEntry
## Properties
**artifact_id** | [**uuid::Uuid**](uuid::Uuid.md) | |
**artifact_path** | **String** | |
**created_at** | **String** | |
**id** | [**uuid::Uuid**](uuid::Uuid.md) | |
**notes** | Option<**String**> | | [optional]
**policy_result** | Option<[**serde_json::Value**](.md)> | | [optional]
**promoted_by** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional]
**promoted_by_username** | Option<**String**> | | [optional]
**rejection_reason** | Option<**String**> | | [optional]
**source_repo_key** | **String** | |
**status** | **String** | |
**target_repo_key** | **String** | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)