The map keys represent field names. Field names matching the regular
expression __.*__ are reserved. Reserved field names are forbidden except
in certain documented contexts. The map keys, represented as UTF-8, must
not exceed 1,500 bytes and cannot be empty.
[[["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-04-17 UTC."],[[["The latest version of the `MapValue` class in the Firestore v1 API is 3.10.0, with the class itself being a part of the `Google.Cloud.Firestore.V1` namespace."],["`MapValue` is a sealed class representing a map value within the Firestore database, inheriting from object and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes a constructor `MapValue()` and another constructor `MapValue(MapValue other)`, which allows creating a new `MapValue` object from an existing one, taking another `MapValue` object as parameter."],["The `Fields` property within the `MapValue` class is a `MapField` that holds the map's data, where keys are strings representing field names and values are of the type `Value`."],["The documentation lists several versions of `MapValue` ranging from 3.10.0 to 2.3.0 and the page provides navigation links to each."]]],[]]