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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The `BusinessContext` class within the Google.Cloud.DataCatalog.V1 API provides a way to define the business context of a data catalog entry, with the latest version being 2.14.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for versatile use within .NET applications."],["The `BusinessContext` class can be instantiated with a default constructor or by copying another `BusinessContext` object, using the designated constructors provided."],["It includes properties for `Contacts` and `EntryOverview`, which are used to store contact information and rich text descriptions for the entry, respectively, each having its own specific type."],["The available versions of `BusinessContext` range from 1.2.0 to 2.14.0, allowing access to older versions if necessary."]]],[]]