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."],[[["This webpage details the `BusinessContext` class within the `Google.Cloud.DataCatalog.V1` namespace, providing documentation for version 1.7.0, with links to other versions ranging from 1.2.0 to the latest 2.14.0."],["The `BusinessContext` class, which is sealed, serves as the Business Context for entries, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `BusinessContext()` and `BusinessContext(BusinessContext other)`, and has properties for `Contacts` and `EntryOverview`, which allow for setting contact people for an entry and entry overview fields, respectively."],["The `BusinessContext` class inherits several members from the `Object` class, including `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The latest version of `BusinessContext` available is 2.14.0, and a comprehensive list of prior versions is accessible through links provided on the page."]]],[]]