IdMappingCollection

Type Alias IdMappingCollection 

Source
pub type IdMappingCollection = Results<IdMappingObject>;

Aliased Type§

pub struct IdMappingCollection {
    pub result: ResultType,
    pub response: ResponseType,
    pub data: Vec<ApiObject<LegacyMappingIdAttributes>>,
    pub limit: u32,
    pub offset: u32,
    pub total: u32,
}

Fields§

§result: ResultType§response: ResponseType§data: Vec<ApiObject<LegacyMappingIdAttributes>>§limit: u32§offset: u32§total: u32