OBJECT

ComIbmCommerceRestMarketingHandlerESpotDataHandlerAttachmentDescriptionContainer

Structure containing attachment description.

link GraphQL Schema definition

1type ComIbmCommerceRestMarketingHandlerESpotDataHandlerAttachmentDescriptionContainer {
2
3# Supported languages of an attachment asset.
4attachmentLanguage: String
11
5# Long description of the attachment.
6attachmentLongDescription: String
11
7# Language-dependent name of the attachment.
8attachmentName: String
11
9# Short description of the attachment.
10attachmentShortDescription: String
12
13}