budosystems.models.contact.MissingContact

class MissingContact

Bases: Contact

Singleton contact to indicate that the contact is missing.

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

Method generated by attrs for class MissingContact.

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.