[[["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-03-21 UTC."],[[["This webpage provides documentation for the `ListDocumentsResponse` class within the Google Cloud Firestore V1 API, specifically for version 3.2.0."],["`ListDocumentsResponse` is a sealed class used to encapsulate the response data from a `Firestore.ListDocuments` API call, providing a list of documents."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, offering functionalities such as message handling, equality comparison, deep cloning, buffer message support, pagination, and enumeration."],["Key properties of `ListDocumentsResponse` include `Documents`, which contains the found documents as a `RepeatedField`, and `NextPageToken`, which is a string token used for paginating through multiple pages of documents."],["The `ListDocumentsResponse` class includes methods such as `GetEnumerator()`, providing a means to iterate through the documents in the response, and two constructors to create instances of the class."]]],[]]