Skip to content
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 908 Bytes

Image.md

File metadata and controls

17 lines (12 loc) · 908 Bytes

Image

Properties

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?

[Back to Model list] [Back to API list] [Back to README]