public RepeatedField<StructType.Types.Field> Fields { get; }
The list of fields that make up this struct. Order is
significant, because values of this struct type are represented as
lists, where the order of field values matches the order of
fields in the [StructType][google.spanner.v1.StructType]. In turn, the order of fields
matches the order of columns in a read request, or the order of
fields in the SELECT clause of a query.
[[["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-17 UTC."],[[["The `StructType` class in the `Google.Cloud.Spanner.V1` namespace defines the structure of a STRUCT type used in Google Spanner."],["The latest version of `StructType` is `5.0.0-beta05`, and various prior versions are also documented, ranging back to `3.5.0`."],["`StructType` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation, equality comparisons, deep cloning, and buffered message handling."],["The `Fields` property, of type `RepeatedField\u003cStructType.Types.Field\u003e`, represents the list of fields that comprise the struct, and the order of these fields is significant for value representation and query results."],["The `StructType` class has two constructors: a default constructor and a copy constructor, allowing a new `StructType` object to be made using an existing one."]]],[]]