public sealed class BusinessContext : IMessage<BusinessContext>, IEquatable<BusinessContext>, IDeepCloneable<BusinessContext>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class BusinessContext.
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)
Parameter | |
---|---|
Name | Description |
other | BusinessContext |
Properties
Contacts
public Contacts Contacts { get; set; }
Contact people for the entry.
Property Value | |
---|---|
Type | Description |
Contacts |
EntryOverview
public EntryOverview EntryOverview { get; set; }
Entry overview fields for rich text descriptions of entries.
Property Value | |
---|---|
Type | Description |
EntryOverview |