Data Catalog v1 API - Class Contacts (2.8.0)

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

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

Contact people for the entry.

Inheritance

object > Contacts

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

Contacts()

public Contacts()

Contacts(Contacts)

public Contacts(Contacts other)
Parameter
NameDescription
otherContacts

Properties

People

public RepeatedField<Contacts.Types.Person> People { get; }

The list of contact people for the entry.

Property Value
TypeDescription
RepeatedFieldContactsTypesPerson