--- displayed_sidebar: servicesSidebar --- import ParameterTypes from "@site/src/components/ParameterTypes" # ClaimImage The details of an image attached to a claim. ## Constructors #### constructor `**new ClaimImage**()` The details of an image attached to a claim. ## 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 of the image", "optional": false, "defaultValue": "", "expandable": false, "children": [] } ]} /> ## Methods #### beforeInsert `Private **beforeInsert**(): void` ##### Returns `void`