MangaRelationObject

Type Alias MangaRelationObject 

Source
pub type MangaRelationObject = ApiObject<MangaRelationAttributes>;

Aliased Type§

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

Fields§

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