public sealed class Struct : object, IMessage<Struct>, IEquatable<Struct>, IDeepCloneable<Struct>, IBufferMessage, IMessage
Struct represents a structured data value, consisting of fields
which map to dynamically typed values. In some languages, Struct
might be supported by a native representation. For example, in
scripting languages like JS a struct is represented as an
object. The details of that representation are described together
with the proto support for the language.
The JSON representation for Struct is JSON object.
[[["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-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eStruct\u003c/code\u003e is a class within the \u003ccode\u003eGoogle.Protobuf.WellKnownTypes\u003c/code\u003e namespace that represents a structured data value with dynamically typed fields.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStruct\u003c/code\u003e class supports various interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, ensuring compatibility with different operations and functionalities.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStruct\u003c/code\u003e can be constructed with a default constructor, or by passing another \u003ccode\u003eStruct\u003c/code\u003e as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eFields\u003c/code\u003e property within \u003ccode\u003eStruct\u003c/code\u003e is a map of string keys to \u003ccode\u003eValue\u003c/code\u003e objects, allowing for flexible data storage and retrieval.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eStruct\u003c/code\u003e uses a JSON object for its JSON representation, and it provides methods for cloning, merging, calculating size, and comparing instances.\u003c/p\u003e\n"]]],[],null,[]]