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 webpage provides documentation for the `StructType` class within the `Google.Cloud.Spanner.V1` namespace, detailing its purpose in defining fields for a STRUCT type."],["This page covers versions from 3.5.0 to 5.0.0-beta05 of the `StructType`, with 5.0.0-beta05 as the latest release."],["`StructType` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StructType` class includes a `Fields` property, which is a `RepeatedField` that specifies the ordered list of fields that make up the struct."],["This class contains two constructors, `StructType()` and `StructType(StructType other)`, and inherits several members from the `Object` class."]]],[]]