public sealed class BusinessContext : IMessage<BusinessContext>, IEquatable<BusinessContext>, IDeepCloneable<BusinessContext>, IBufferMessage, IMessage
[[["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-03-25 UTC."],[[["The latest version available for `BusinessContext` in the `Google.Cloud.DataCatalog.V1` namespace is 2.14.0."],["`BusinessContext` is a sealed class representing the business context of a data catalog entry, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class offers two constructors: a default constructor `BusinessContext()` and a copy constructor `BusinessContext(BusinessContext other)`."],["The `BusinessContext` class has two main properties: `Contacts`, which deals with contact information for the data entry, and `EntryOverview`, which is for rich text descriptions."],["The class provides a historical log of versions of the software, that stretch as far back as version 1.2.0."]]],[]]