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