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, specifically version 3.12.0, which is used to define the type of a Cloud Spanner value."],["The `Type` class implements several interfaces, including `IMessage`, `IEquatable\u003cType\u003e`, `IDeepCloneable\u003cType\u003e`, and `IBufferMessage`, enabling it to be used within various protobuf contexts."],["The class provides properties such as `ArrayElementType`, `Code`, and `StructType` to define the characteristics of the Spanner value, handling array and struct types, as well as the type code."],["The webpage also provides a versioning list ranging from `5.0.0-beta05` to `3.5.0`, as well as links to the pages detailing each of those versions, for the `Google.Cloud.Spanner.V1.Type` class."],["The class has two constructors: a default parameterless constructor, and a constructor that accepts another `Type` object as its parameter, allowing for the replication of a class instance."]]],[]]