Type Alias mangadex_api::v5::schema::TagObject

source ·
pub type TagObject = ApiObject<TagAttributes>;

Aliased Type§

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

Fields§

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