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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe webpage provides documentation for the \u003ccode\u003eStructType\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Spanner.V1\u003c/code\u003e namespace, detailing its functionality in defining the fields of a STRUCT type.\u003c/p\u003e\n"],["\u003cp\u003eMultiple versions of the \u003ccode\u003eGoogle.Cloud.Spanner.V1\u003c/code\u003e package are listed, ranging from version 3.5.0 to the latest beta version 5.0.0-beta05, with links to each version's documentation.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStructType\u003c/code\u003e implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStructType\u003c/code\u003e class includes a \u003ccode\u003eFields\u003c/code\u003e property, which is a \u003ccode\u003eRepeatedField\u003c/code\u003e containing \u003ccode\u003eStructType.Types.Field\u003c/code\u003e and represents the ordered list of fields that define the struct.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStructType\u003c/code\u003e class offers two constructors: a default constructor (\u003ccode\u003eStructType()\u003c/code\u003e) and one that allows you to create a copy of an existing \u003ccode\u003eStructType\u003c/code\u003e instance (\u003ccode\u003eStructType(StructType other)\u003c/code\u003e).\u003c/p\u003e\n"]]],[],null,[]]