Type Alias mangadex_api_schema_rust::v5::CoverObject
source · pub type CoverObject = ApiObject<CoverAttributes>;Aliased Type§
struct CoverObject {
pub id: Uuid,
pub type_: RelationshipType,
pub attributes: CoverAttributes,
pub relationships: Vec<Relationship>,
}Fields§
§id: Uuid§type_: RelationshipType§attributes: CoverAttributes§relationships: Vec<Relationship>