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 webpage details the `Type` class within the `Google.Cloud.Spanner.V1` namespace, which represents the type of a Cloud Spanner value."],["Multiple versions of the `Type` class are available, ranging from version 3.5.0 up to the latest beta version 5.0.0-beta05, with version 3.6.0 being the main page shown."],["The `Type` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `Type` class include `ArrayElementType`, `Code`, and `StructType`, providing details about array elements, type code, and struct field types respectively."],["The webpage provides constructors for the `Type` class, including a default constructor and one that accepts another `Type` instance as a parameter."]]],[]]