Class Person (3.9.2)

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

A contact person for the entry.

Attributes

NameDescription
designation str
Designation of the person, for example, Data Steward.
email str
Email of the person in the format of ``john.doe@xyz``, ``

Inheritance

builtins.object > proto.message.Message > Person