public sealed class ColumnInfo : IMessage<InterpretationStructure.Types.ColumnInfo>, IEquatable<InterpretationStructure.Types.ColumnInfo>, IDeepCloneable<InterpretationStructure.Types.ColumnInfo>, 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-04-09 UTC."],[[["The latest version available for `ColumnInfo` is `2.0.0-alpha02`, which is part of the `Google.Cloud.DataQnA.V1Alpha` namespace."],["`ColumnInfo` is a sealed class that provides information about a column and inherits from `Object`, while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors for `ColumnInfo`: a default constructor and one that takes another `ColumnInfo` object as a parameter."],["`ColumnInfo` has two properties, `DisplayName` and `OutputAlias`, both of type `String`, which are used to describe the human-readable name and the backend alias of the output column."],["The class is found in the `Google.Cloud.DataQnA.V1Alpha.dll` assembly."]]],[]]