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 latest version of the `StructType` documentation is 5.0.0-beta05, with multiple previous versions available for reference, including the current version, 3.13.0."],["`StructType` is a class that defines the fields of a STRUCT type within the Google Cloud Spanner environment."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others."],["The `Fields` property of `StructType` contains a list of fields that define the structure, and the order of these fields is significant, matching the order in read requests or query clauses."],["The class contains 2 constructors, one parameterless, and the other that takes another `StructType` object as a parameter."]]],[]]