mangadex_api::v5::schema

Type Alias ReportReasonObject

Source
pub type ReportReasonObject = ApiObjectNoRelationships<ReportReasonAttributes>;

Aliased Type§

struct ReportReasonObject {
    pub id: Uuid,
    pub type_: RelationshipType,
    pub attributes: ReportReasonAttributes,
}

Fields§

§id: Uuid§type_: RelationshipType§attributes: ReportReasonAttributes