Integration App SDK - v1.14.0
    Preparing search index...

    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 Summary)

    Index

    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