If [code][google.spanner.v1.Type.code] == [STRUCT][google.spanner.v1.TypeCode.STRUCT], then struct_type
provides type information for the struct's fields.
[[["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-08-04 UTC."],[[["The latest version of the `Google.Cloud.Spanner.V1.Type` is `5.0.0-beta05`, with numerous previous versions available, including a stable release at `3.7.0`."],["The `Type` class represents the type of a Cloud Spanner value, such as data stored in a table cell or returned from an SQL query, and it implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class `Type` contains properties like `ArrayElementType`, `Code`, and `StructType` to define the characteristics of a Spanner value, including array elements, the type code, and the structure."],["There are inherited members from the object class such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["There are two constructors for the class, a parameterless constructor and a constructor that takes in another `Type` as a parameter."]]],[]]