# ImageGenCompletedEvent
## Properties
**r#type** | **String** | The type of the event. Always `image_generation.completed`. |
**b64_json** | **String** | Base64-encoded image data, suitable for rendering as an image. |
**created_at** | **i32** | The Unix timestamp when the event was created. |
**size** | **String** | The size of the generated image. |
**quality** | **String** | The quality setting for the generated image. |
**background** | **String** | The background setting for the generated image. |
**output_format** | **String** | The output format for the generated image. |
**usage** | [**models::ImagesUsage**](ImagesUsage.md) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)