OBJECT
ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerBaseMarketingSpotActivityDataContainerAttachmentAssetContainer
Structure containing the attachment asset.
link GraphQL Schema definition
1 type ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerBaseMarketingSpotActivityDataContainerAttachmentAssetContainer { 2 3 # Directory path to the attachment asset. 4 : String 21 5 # Identifier of the attachment asset. 6 : String 21 7 # Language ID for the language-specific fields in this input file. 8 : [String] 21 9 # MIME type of the attachment asset. 10 : String 21 11 # Relative path of the attachment asset. 12 : String 21 13 # Root directory for the attachment asset. 14 : String 21 15 # External identifier of the store that owns the attachment asset. 16 : String 21 17 # Identifier of the store that owns the attachment asset. 18 : String 21 19 # Attribute to indicate whether this attachment is a local attachment. 20 : String 22 23 }