Skip to main content

BulkUpdateClearancesResponseContent

Type Alias BulkUpdateClearancesResponseContent 

Source
pub type BulkUpdateClearancesResponseContent = ClearanceListResponse;

Aliased Type§

pub struct BulkUpdateClearancesResponseContent {
    pub clearances: Option<Vec<Clearance>>,
}

Fields§

§clearances: Option<Vec<Clearance>>