pub type MangaObject = ApiObject<MangaAttributes>;
Aliased Type§
struct MangaObject {
pub id: Uuid,
pub type_: RelationshipType,
pub attributes: MangaAttributes,
pub relationships: Vec<Relationship>,
}
Fields§
§id: Uuid
§type_: RelationshipType
§attributes: MangaAttributes
§relationships: Vec<Relationship>