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 Bigtable 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-12 UTC."],[[["The latest version of the Google.Cloud.Bigtable.V2 API class Type.Types.Struct is 3.17.0, with previous versions ranging back to 2.2.0, each having a dedicated link to their respective documentation."],["The Type.Types.Struct class is a structured data value used within the Google Bigtable v2 API, and consists of fields that map to dynamically typed values."],["This class implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, indicating its role in data handling and manipulation."],["The `Struct` class has two constructors, one default and one that takes another `Struct` object to copy, which provide options for creating new instances."],["The primary property within the `Struct` class is `Fields`, which is a RepeatedField containing the names and types of the fields within the structure."]]],[]]