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."],[[["This webpage details the `Type` class within the Google.Cloud.Spanner.V1 namespace, used to represent the type of a Cloud Spanner value."],["The class `Type` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the `Object` class."],["The page provides documentation for multiple versions of the `Type` class, ranging from version 3.5.0 up to the latest beta release of 5.0.0-beta05, with the current version being 3.9.0."],["The `Type` class has properties like `ArrayElementType`, `Code`, and `StructType`, allowing it to define the nature of a value being an array, its type code or being a structured type."],["The page also documents the constructors available for creating instances of the `Type` class."]]],[]]