OBJECT
ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerMarketingSpotDataTitleContainerMarketingContentImageMapContainer
Structure containing image map definition for marketing content.
link GraphQL Schema definition
1 type ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerMarketingSpotDataTitleContainerMarketingContentImageMapContainer { 2 3 # Clickable area in the image map. 4 : [ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerMarketingSpotDataTitleContainerMarketingContentImageMapContainerAreaTypeContainer] 10 5 # Name of the image map. 6 : String 10 7 # HTML definition of the image map. This element is used when users want to define 8 # the whole image map directly using HTML. 9 : String 11 12 }