Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 901 Bytes

Image.md

File metadata and controls

16 lines (13 loc) · 901 Bytes

Image

Properties

Name Type Description Notes
size int The size of the image in bytes. [optional]
extension str The image extension. I.e. png. [optional]
filename str The image name. [optional]
content_type str The content type. I.e. image/png. [optional]
web_path str The url of the folder where the image is stored. [optional]
web_pathname str The url where the image stored. You can use this URL to download the image. [optional]
width int The width in pixels of the image. [optional]
height int The height in pixels of the image. [optional]

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