mangadex_api::v5::schema

Type Alias AuthorObject

Source
pub type AuthorObject = ApiObject<AuthorAttributes>;

Aliased Type§

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

Fields§

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