mangadex_api_schema_rust::v5

Type Alias IdMappingObject

Source
pub type IdMappingObject = ApiObject<LegacyMappingIdAttributes>;

Aliased Type§

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

Fields§

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