public sealed class Contacts : IMessage<Contacts>, IEquatable<Contacts>, IDeepCloneable<Contacts>, IBufferMessage, IMessageReference documentation and code samples for the Data Catalog v1 API class Contacts.
Contact people for the entry.
Implements
IMessage<Contacts>, IEquatable<Contacts>, IDeepCloneable<Contacts>, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
Contacts()
public Contacts()Contacts(Contacts)
public Contacts(Contacts other)| Parameter | |
|---|---|
| Name | Description |
other |
Contacts |
Properties
People
public RepeatedField<Contacts.Types.Person> People { get; }The list of contact people for the entry.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Contacts.Types.Person> |
|