Type Alias LegalHoldAddLegalHoldMatterRequestBody

LegalHoldAddLegalHoldMatterRequestBody: {
    end_date?: string;
    identifiers: string[];
    matter_name: string;
    start_date?: string;
}