Name | Type | Description | Notes |
---|---|---|---|
id | String | ID of the image. UUID Version 4. | |
thumbnail_url | String | A URL for a thumbnail-sized version of the image. | |
large_url | String | A URL for a large version of the image. | |
original_url | String | A URL for the original, full-resolution version of the image. Useful for downloading. | |
index | Option<i32> | The order in which the image should be displayed amongst other related images. | [optional] |
caption | Option<String> | A brief explanation of the image. | [optional] |
display_in_gallery | bool | Should the image be displayed in a gallery? |
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.