OBJECT

EspotMarketingContent

link GraphQL Schema definition

1type EspotMarketingContent {
2
3attachment: EspotAttachment
14
4contentClickAction: ContentClickAction
14
5contentFormatId: String
14
6contentFormatName: String
14
7contentInputOption: ContentInputOption
14
8contentMimeType: String
14
9contentUrl: String
14
10marketingContentDescription: [EspotMarketingContentDescription]
14
11marketingContentIdentifier: EspotMarketingContentIdentifier
14
12marketingContentImageMap: [EspotMarketingContentImageMap]
14
13userDataField: [EspotMarketingContentUserDataField]
15
16}