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-08-04 UTC."],[[["The webpage provides documentation for the `StructType` class within the `Google.Cloud.Spanner.V1` namespace, detailing its usage in defining the fields of a STRUCT type."],["It outlines the class's inheritance from `Object` and its implementation of several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and shows inherited members."],["The content presents a history of available versions, ranging from version 3.5.0 to the latest beta version, 5.0.0-beta05, providing links to each specific version's documentation."],["`StructType` has two constructors: a default one, and another that takes another `StructType` object as a parameter, allowing for the copying of data, and it also has a `Fields` property to represent the fields in the struct."],["The documentation includes version-specific assembly information, in this case `Google.Cloud.Spanner.V1.dll`, that users can reference in their projects."]]],[]]