Interface CreateFieldMappingRequest

interface CreateFieldMappingRequest {
    dataSourceKey?: string;
    dataSourceId?: string;
    appSchema?: DataSchema;
    direction?: FieldMappingDirection;
    defaultImportValue?: any;
    exportValue?: any;
    importValue?: any;
    defaultExportValue?: any;
    frozenImportFields?: any;
    frozenExportFields?: any;
    frozenUnifiedExportFields?: any;
    archivedAt?: string;
    key: string;
    name: string;
    integrationId?: string;
}

Hierarchy (view full)

Properties

dataSourceKey?: string
dataSourceId?: string
appSchema?: DataSchema
defaultImportValue?: any
exportValue?: any
importValue?: any
defaultExportValue?: any
frozenImportFields?: any
frozenExportFields?: any
frozenUnifiedExportFields?: any
archivedAt?: string
key: string
name: string
integrationId?: string