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