OBJECT

ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerBaseMarketingSpotActivityDataContainerAttachmentAssetContainer

Structure containing the attachment asset.

link GraphQL Schema definition

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