public sealed class Contacts.Types.Person : IMessage<Contacts.Types.Person>, IEquatable<Contacts.Types.Person>, IDeepCloneable<Contacts.Types.Person>, IBufferMessage, IMessageReference documentation and code samples for the Data Catalog v1 API class Contacts.Types.Person.
A contact person for the entry.
Implements
IMessageContactsTypesPerson, IEquatableContactsTypesPerson, IDeepCloneableContactsTypesPerson, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
Person()
public Person()Person(Person)
public Person(Contacts.Types.Person other)| Parameter | |
|---|---|
| Name | Description |
other |
ContactsTypesPerson |
Properties
Designation
public string Designation { get; set; }Designation of the person, for example, Data Steward.
| Property Value | |
|---|---|
| Type | Description |
string |
|
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 | |
|---|---|
| Type | Description |
string |
|