Data Catalog v1 API - Class Contacts.Types.Person (2.11.0)

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

Reference documentation and code samples for the Data Catalog v1 API class Contacts.Types.Person.

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(Person)

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

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, <john.doe@xyz>, or John Doe<john.doe@xyz>.

Property Value
TypeDescription
string