| 1 | type EspotAttachmentAsset { |
| 2 | |
| 3 | attachmentAssetDirectoryPath: String |
| 13 | |
| 4 | attachmentAssetId: String |
| 13 | |
| 5 | attachmentAssetLanguage: [String] |
| 13 | |
| 6 | attachmentAssetMimeType: String |
| 13 | |
| 7 | attachmentAssetPath: String! |
| 13 | |
| 8 | attachmentAssetRootDirectory: String |
| 13 | |
| 9 | attachmentAssetStoreExternalId: ComIbmCommerceFoundationCommonDatatypesStoreExternalIdentifierType |
| 13 | |
| 10 | attachmentAssetStoreId: String |
| 13 | |
| 11 | attachmentLocalAsset: String |
| 13 | |
| 12 | userDataField: [EspotAttachmentAssetUserDataField] |
| 14 | |
| 15 | } |