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."],[[["This webpage provides documentation for the `StructType` class within the Google Cloud Spanner v1 API, detailing its structure and usage."],["The latest version available is 5.0.0-beta05, with multiple other versions, including 4.6.0, 4.5.0, and several versions in the 3.x range."],["The `StructType` class defines the fields of a STRUCT type, and is implemented by `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Fields` property of `StructType` is a `RepeatedField` that contains a list of the struct's fields, which are ordered and used to match field values."],["The available constructors are the default parameterless constructor, and one that accepts another `StructType` object as a parameter."]]],[]]