braze-api
    Preparing search index...

    Interface UsersExportSegmentObject

    interface UsersExportSegmentObject {
        callback_endpoint?: string;
        fields_to_export: FieldsToExport[];
        output_format?: "gzip" | "zip";
        segment_id: string;
    }
    Index

    Properties

    callback_endpoint?: string
    fields_to_export: FieldsToExport[]
    output_format?: "gzip" | "zip"
    segment_id: string