public sealed class 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.
Implements
IMessage<Contacts.Types.Person>, IEquatable<Contacts.Types.Person>, IDeepCloneable<Contacts.Types.Person>, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
Person()
public Person()
Person(Contacts.Types.Person)
public Person(Contacts.Types.Person other)
Parameter | |
---|---|
Name | Description |
other | Contacts.Types.Person |
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 |