Class ListDocumentsResponse (2.11.0)

ListDocumentsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The response for Firestore.ListDocuments][google.firestore.v1.Firestore.ListDocuments].

Attributes

NameDescription
documents MutableSequence[google.cloud.firestore_v1.types.Document]
The Documents found.
next_page_token str
A token to retrieve the next page of documents. If this field is omitted, there are no subsequent pages.