Interface UpdateFieldMappingRequest

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

Hierarchy (view full)

Properties

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