ListDocumentsResponse

الردّ على Firestore.ListDocuments.

تمثيل JSON
{
  "documents": [
    {
      object (Document)
    }
  ],
  "nextPageToken": string
}
الحقول
documents[]

object (Document)

المستندات التي تم العثور عليها

nextPageToken

string

رمز مميز لاسترداد الصفحة التالية من المستندات.

إذا تم حذف هذا الحقل، لن تكون هناك صفحات لاحقة.