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-21 UTC."],[[["The `BusinessContext` class provides a way to define the business context of an entry within the Google Cloud Data Catalog."],["The latest version of `BusinessContext` is 2.14.0, while version 1.8.0 is also covered by the current context, along with an array of versions ranging between them."],["`BusinessContext` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties for `Contacts` and `EntryOverview`, which allow for specifying contact information and rich text descriptions for the entry, respectively."],["Constructors are provided for creating new `BusinessContext` instances, either as default or by copying properties from an existing `BusinessContext` instance."]]],[]]