Document representing a product image.
Property | Type | Constraints | Description |
---|---|---|---|
alt
|
Localized<String> | The localized alternative text of the image. | |
dis_base_link
|
String | Base URL for dynamic image service address. This is only shown, if the image is stored on the server and DIS is enabled. | |
link
|
String | mandatory=true, minLength=1, nullable=false | The URL of the actual image. |
title
|
Localized<String> | The localized title of the image. |