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>