[[["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-06-12 UTC."],[[["This webpage provides reference documentation for the `SpannerStruct.Field` class within the `Google.Cloud.Spanner.Data` library, detailing its structure and functionality."],["The `SpannerStruct.Field` class represents a field within a struct, having properties for `Name`, `Type`, and `Value`, with `Name` and `Type` being required during construction and never null afterwards."],["The latest version documented is `5.0.0-beta05`, with numerous previous versions also listed for reference, beginning with 3.5.0."],["The `SpannerStruct.Field` class can be constructed using the `Field(string name, SpannerDbType type, object value)` constructor, which accepts the field's name, type, and value."],["The class inherits from the base object class, therefore including inherited methods such as `GetHashCode`, `GetType` and `ToString`."]]],[]]