budosystems.models.contact.Contact

class Contact

Bases: ValueObject

General structure for objects that represent some sort of contact information.

label: str

Human readable identifier of what this contact represents. This typically will be a short word or phrase (e.g., “home”, “office”, “alt website”)

value: str

The contact address as a string.

__init__(*, label: str, value: str) None

Method generated by attrs for class Contact.