mangadex_api::v5::schema

Type Alias GroupObject

Source
pub type GroupObject = ApiObject<ScanlationGroupAttributes>;

Aliased Type§

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

Fields§

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