budosystems.models.contact.EmailAddress

class EmailAddress

Bases: Contact

Identifies this object as an e-mail address.

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

Method generated by attrs for class EmailAddress.

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.