Class Contacts.Types.Person (2.0.0)

public sealed class Person : IMessage<Contacts.Types.Person>, IEquatable<Contacts.Types.Person>, IDeepCloneable<Contacts.Types.Person>, IBufferMessage, IMessage

A contact person for the entry.

Inheritance

Object > Contacts.Types.Person

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

Person()

public Person()

Person(Contacts.Types.Person)

public Person(Contacts.Types.Person other)
Parameter
NameDescription
otherContacts.Types.Person

Properties

Designation

public string Designation { get; set; }

Designation of the person, for example, Data Steward.

Property Value
TypeDescription
String

Email

public string Email { get; set; }

Email of the person in the format of john.doe@xyz, &lt;john.doe@xyz>, or John Doe&lt;john.doe@xyz>.

Property Value
TypeDescription
String