Image
An Image is used to store details about uploaded images. Images are uploaded by the File Service, and the URL is provided by the File Service.
Constructors
constructor
**new Image**()
An Image is used to store details about uploaded images. Images are uploaded by the File Service, and the URL is provided by the File Service.
Properties
created_atDateRequiredThe date with timezone at which the resource was created.
deleted_atnull | DateRequiredThe date with timezone at which the resource was deleted.
idstringRequiredThe image's ID
metadataRecord<string, unknown>RequiredAn optional key-value map with additional details
updated_atDateRequiredThe date with timezone at which the resource was updated.
urlstringRequiredThe URL at which the image file can be found.
Methods
beforeInsert
Private **beforeInsert**(): void
Returns
void
voidvoidWas this section helpful?