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) · 922 Bytes

Image.md

File metadata and controls

16 lines (13 loc) · 922 Bytes

Image

Properties

Name Type Description Notes
size int The size of the image in bytes. [optional]
extension string The image extension. I.e. png. [optional]
filename string The image name. [optional]
contentType string The content type. I.e. image/png. [optional]
webPath string The url of the folder where the image is stored. [optional]
webPathname string 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]