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 is part of the Google Cloud Spanner v1 API and defines the structure of a `STRUCT` type, with the current documentation focusing on version 4.1.0."],["The latest version is `5.0.0-beta05`, and the documentation provides access to previous releases down to version 3.5.0 of the `Google.Cloud.Spanner.V1.StructType` API."],["`StructType` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering various functionalities like message handling, equality checks, and deep cloning."],["The `StructType` class contains a `Fields` property, which is a `RepeatedField` of `StructType.Types.Field`, representing the ordered list of fields within the struct."],["There are two constructors for the `StructType` class, one default constructor and one that takes another `StructType` instance as a parameter."]]],[]]