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