public sealed class Type.Types.Struct : IMessage<Type.Types.Struct>, IEquatable<Type.Types.Struct>, IDeepCloneable<Type.Types.Struct>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class Type.Types.Struct.
A structured data value, consisting of fields which map to dynamically
typed values.
Values of type Struct are stored in Value.array_value where entries are
in the same order and number as field_types.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["This webpage provides documentation for the `Type.Types.Struct` class within the Google Cloud Bigtable Administration v2 API, which is a structured data value used for mapping fields to dynamically typed values."],["The `Type.Types.Struct` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message handling, equality checks, deep cloning, and buffer operations."],["The latest version of the API is 3.24.0, with numerous previous versions available ranging down to version 2.4.0, all of which have documentation available."],["The `Struct` class has properties for `Encoding`, to specify how it converts to lower level types, and `Fields`, which holds the field names and their respective types, where the values are stored in the `Value.array_value`."],["There are two constructors for the `Struct` class, one default and another that accepts another `Struct` object as a parameter for creating a copy."]]],[]]