Type Alias mangadex_api::v5::schema::ChapterObject

source ·
pub type ChapterObject = ApiObject<ChapterAttributes>;

Aliased Type§

struct ChapterObject {
    pub id: Uuid,
    pub type_: RelationshipType,
    pub attributes: ChapterAttributes,
    pub relationships: Vec<Relationship>,
}

Fields§

§id: Uuid§type_: RelationshipType§attributes: ChapterAttributes§relationships: Vec<Relationship>