--- displayed_sidebar: servicesSidebar --- import ParameterTypes from "@site/src/components/ParameterTypes" # 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 `", "description": "An optional key-value map with additional details", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "updated_at", "type": "`Date`", "description": "The date with timezone at which the resource was updated.", "optional": false, "defaultValue": "", "expandable": false, "children": [] }, { "name": "url", "type": "`string`", "description": "The URL at which the image file can be found.", "optional": false, "defaultValue": "", "expandable": false, "children": [] } ]} /> ## Methods ### beforeInsert `Private **beforeInsert**(): void` #### Returns `void`