pub type BulkUpdateClearancesResponseContent = ClearanceListResponse;
pub struct BulkUpdateClearancesResponseContent { pub clearances: Option<Vec<Clearance>>, }
clearances: Option<Vec<Clearance>>