public sealed class BusinessContext : IMessage<BusinessContext>, IEquatable<BusinessContext>, IDeepCloneable<BusinessContext>, IBufferMessage, IMessage
Business Context of the entry.
Implements
IMessage<BusinessContext>, IEquatable<BusinessContext>, IDeepCloneable<BusinessContext>, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
BusinessContext()
public BusinessContext()
BusinessContext(BusinessContext)
public BusinessContext(BusinessContext other)
Name | Description |
other | BusinessContext |
Properties
Contacts
public Contacts Contacts { get; set; }
Contact people for the entry.
Type | Description |
Contacts |
EntryOverview
public EntryOverview EntryOverview { get; set; }
Entry overview fields for rich text descriptions of entries.
Type | Description |
EntryOverview |