mangadex_api::v5::schema

Type Alias ReportReasonCollection

Source
pub type ReportReasonCollection = Results<ApiObjectNoRelationships<ReportReasonAttributes>>;

Aliased Type§

struct ReportReasonCollection {
    pub result: ResultType,
    pub response: ResponseType,
    pub data: Vec<ApiObjectNoRelationships<ReportReasonAttributes>>,
    pub limit: u32,
    pub offset: u32,
    pub total: u32,
}

Fields§

§result: ResultType§response: ResponseType§data: Vec<ApiObjectNoRelationships<ReportReasonAttributes>>§limit: u32§offset: u32§total: u32