Membrane SDK - v0.9.1
    Preparing search index...

    Interface ListFieldMappingsForIntegrationQuery

    interface ListFieldMappingsForIntegrationQuery {
        includeArchived?: boolean;
        search?: string;
        limit?: number;
        cursor?: string;
        fieldMappingId?: string;
        universalFieldMappingId?: string;
        layer?: "connection" | "integration" | "universal";
        connectionId?: string;
        instanceKey?: string;
        universalParentId?: string;
        userId?: string;
    }

    Hierarchy

    Index

    Properties

    includeArchived?: boolean = ...
    search?: string = ...
    limit?: number = ...
    cursor?: string = ...
    fieldMappingId?: string = ...
    universalFieldMappingId?: string = ...
    layer?: "connection" | "integration" | "universal" = ...
    connectionId?: string = ...
    instanceKey?: string = ...
    universalParentId?: string = ...
    userId?: string = ...