Type Alias LegalHoldListLegalHoldFilesByGivenMatterResponse
LegalHoldListLegalHoldFilesByGivenMatterResponse: {
data: {
file_count: number;
file_end_date: string;
file_key: string;
file_start_date: string;
ready_for_download: boolean;
total_file_size: number;
}[];
next_page_token?: string;
page_size?: number;
}