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 defines the structure of a STRUCT type in Google Spanner, where it specifies the fields of the struct, with the order being significant."],["`StructType` is a part of the `Google.Cloud.Spanner.V1` namespace and is implemented in the `Google.Cloud.Spanner.V1.dll` assembly."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class provides two constructors: a default constructor `StructType()` and a copy constructor `StructType(StructType other)`."],["The primary property of the `StructType` class is `Fields`, which is a `RepeatedField` containing `StructType.Types.Field`, dictating the composition of the struct."]]],[]]