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-03-21 UTC."],[[["The latest version of the Google Cloud Spanner v1 API `StructType` class is 5.0.0-beta05, with multiple versions available for reference, including version 4.3.0 that the current page covers."],["`StructType` is a class that defines the fields of a `STRUCT` type within the Google Cloud Spanner v1 API and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Fields` property within `StructType` represents the ordered list of fields that make up the struct, which corresponds to the order of values in a list or columns in a read request."],["The structType class also inherits members such as GetHashCode(), GetType(), MemberwiseClone() and ToString() from the object class."]]],[]]