budosystems.models.contact.Contactable

class Contactable

Bases: Entity

Convenience class for Entities that can have addresses, phone numbers, and email addresses.

phone_numbers: ContactList[PhoneNumber]
email_addresses: ContactList[EmailAddress]
physical_addresses: ContactList[PhysicalAddress]
__init__(*, id_name: str = _Nothing.NOTHING, entity_id: UUID = <singleton MissingUUID>, phone_numbers: ContactList[PhoneNumber] = _Nothing.NOTHING, email_addresses: ContactList[EmailAddress] = _Nothing.NOTHING, physical_addresses: ContactList[PhysicalAddress] = _Nothing.NOTHING) None

Method generated by attrs for class Contactable.