mcdev
Version:
Accenture Salesforce Marketing Cloud DevTools
32 lines (31 loc) • 827 B
JavaScript
export default {
bodyIteratorField: '',
dependencies: [],
dependencyGraph: null,
hasExtended: false,
idField: 'extractId',
keyIsFixed: true,
keyField: 'name',
nameField: 'name',
restPagination: false,
type: 'dataExtractType',
typeDescription:
'Types of Data Extracts enabled for a specific business unit. This normally should not be stored.',
typeRetrieveByDefault: false,
typeCdpByDefault: false,
typeName: 'Data Extract Type',
fields: {
name: {
isCreateable: false,
isUpdateable: false,
retrieving: true,
template: false,
},
extractId: {
isCreateable: false,
isUpdateable: false,
retrieving: false,
template: false,
},
},
};