Class Email (1.0.0)

Email(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Resource that represents a person's email address.

Attributes

NameDescription
usage `.common.ContactInfoUsage`
The usage of the email address. For example, SCHOOL, WORK, PERSONAL.
email_address str
Email address. Number of characters allowed is 4,000.

Inheritance

builtins.object > proto.message.Message > Email