ListDocumentsResponse

Câu trả lời cho Firestore.ListDocuments.

Biểu diễn dưới dạng JSON
{
  "documents": [
    {
      object (Document)
    }
  ],
  "nextPageToken": string
}
Trường
documents[]

object (Document)

Tài liệu được tìm thấy.

nextPageToken

string

Mã thông báo để truy xuất trang tài liệu tiếp theo.

Nếu trường này bị bỏ qua, thì không có trang tiếp theo nào.