mangadex_api::v5::schema

Type Alias GroupCollection

Source
pub type GroupCollection = Results<ApiObject<ScanlationGroupAttributes>>;

Aliased Type§

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

Fields§

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