public sealed class EntityInfo : IMessage<BigQueryAuditMetadata.Types.EntityInfo>, IEquatable<BigQueryAuditMetadata.Types.EntityInfo>, IDeepCloneable<BigQueryAuditMetadata.Types.EntityInfo>, IBufferMessage, IMessage
User-provided metadata for an entity, for e.g. dataset, table or model.
[[["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 `EntityInfo` class in the `Google.Cloud.Audit` namespace represents user-provided metadata for entities like datasets, tables, or models."],["The latest version of `EntityInfo` is 2.5.0, with previous versions ranging from 1.0.0 to 2.4.0 available for reference."],["`EntityInfo` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `EntityInfo` class includes properties such as `Description`, `FriendlyName`, and `Labels` to store metadata about the entity."],["Two constructors are available for creating instances of `EntityInfo`: a default constructor and one that takes another `EntityInfo` instance as a parameter."]]],[]]