Data Catalog v1 API - Class BusinessContext (2.11.0)

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.

Inheritance

object > BusinessContext

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

BusinessContext()

public BusinessContext()

BusinessContext(BusinessContext)

public BusinessContext(BusinessContext other)
Parameter
NameDescription
otherBusinessContext

Properties

Contacts

public Contacts Contacts { get; set; }

Contact people for the entry.

Property Value
TypeDescription
Contacts

EntryOverview

public EntryOverview EntryOverview { get; set; }

Entry overview fields for rich text descriptions of entries.

Property Value
TypeDescription
EntryOverview