Interface UsersExportSegmentObject

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

Properties

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