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