ListDocumentsResponse

Phản hồi cho Firestore.ListDocuments.

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

object (Document)

Đã tìm thấy Tài liệu.

nextPageToken

string

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

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