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, which represents the type of a Cloud Spanner value."],["The `Type` class, part of the Google.Cloud.Spanner.V1.dll assembly, has several versions available, including the latest beta release 5.0.0-beta05, as well as multiple releases spanning from 3.5.0 to 5.0.0."],["The `Type` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing methods for cloning and comparing instances."],["Key properties of the `Type` class include `ArrayElementType`, `Code`, and `StructType`, which define the type of array elements, the type code, and the structure of fields for `STRUCT` types, respectively."],["The `Type` class offers two constructors: a default constructor (`Type()`) and a copy constructor (`Type(Type other)`), which allows creating a new instance of the type object with the same properties as the input object."]]],[]]