@watzon/baserow
    Preparing search index...

    Interface SingleAuditLogExportJobResponse

    interface SingleAuditLogExportJobResponse {
        created_on: string;
        csv_column_separator?: string;
        csv_first_row_header?: boolean;
        exclude_columns?: string;
        export_charset?: string;
        exported_file_name: string;
        filter_action_type?: string;
        filter_from_timestamp?: string;
        filter_to_timestamp?: string;
        filter_user_id?: number;
        filter_workspace_id?: number;
        url: string;
    }
    Index

    Properties

    created_on: string
    csv_column_separator?: string
    csv_first_row_header?: boolean
    exclude_columns?: string
    export_charset?: string
    exported_file_name: string
    filter_action_type?: string
    filter_from_timestamp?: string
    filter_to_timestamp?: string
    filter_user_id?: number
    filter_workspace_id?: number
    url: string