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-09 UTC."],[[["The latest version of the `StructType` API for Google Cloud Spanner v1 is 5.0.0-beta05, with several prior versions available, including stable releases and beta versions."],["`StructType` is a class that defines the structure of a `STRUCT` type within the Google Cloud Spanner v1 API, as indicated by the type code."],["The `StructType` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling functionalities such as message handling, equality checks, deep cloning, and buffer management."],["The `Fields` property of the `StructType` class contains an ordered list of fields that comprise the struct, which is crucial for representing the values and ordering of columns in read requests or query results."],["The provided documentation provides the different constructors that can be used for `StructType` with it being an empty constructor, or a copy constructor that takes a different StructType as a parameter."]]],[]]