pub type MangaRecommendationObject = ApiObjectStringId<MangaRecommendationAttributes>;Aliased Type§
pub struct MangaRecommendationObject {
pub id: String,
pub type_: RelationshipType,
pub attributes: MangaRecommendationAttributes,
pub relationships: Vec<Relationship>,
}Fields§
§id: String§type_: RelationshipType§attributes: MangaRecommendationAttributes§relationships: Vec<Relationship>