pub type MangaRelationObject = ApiObject<MangaRelationAttributes>;
Aliased Type§
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>