public sealed class SchemaField : IMessage<Schema.Types.SchemaField>, IEquatable<Schema.Types.SchemaField>, IDeepCloneable<Schema.Types.SchemaField>, 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 `SchemaField` class represents a column field within a table schema in the `Google.Cloud.Dataplex.V1` namespace, with version 2.0.0 being the current contextual version, while the latest version is 3.6.0."],["The `SchemaField` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has members inherited from the base Object class."],["`SchemaField` instances can be created using a default constructor or a constructor that accepts another `Schema.Types.SchemaField` instance as an argument."],["Key properties of `SchemaField` include `Description` for a user-friendly description, `Fields` for nested fields, `Mode` for field semantics, `Name` for the field's name, and `Type` for the field's data type."],["The document also provides access to different versions, ranging from 1.0.0 to 3.6.0, which are all related to the `Google.Cloud.Dataplex.V1.Schema.Types.SchemaField` for version management and reference purposes."]]],[]]