Class Contacts (1.7.0)

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

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
RepeatedField<Contacts.Types.Person>