Class Contact (1.16.1)

Stay organized with collections Save and categorize content based on your preferences.
Contact(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Representa a single contact's email address

Attribute

NameDescription
email str
An email address e.g. "person123@company.com".

Inheritance

builtins.object > proto.message.Message > Contact