Class ListDocumentsResponse (2.5.2)

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

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

Attributes

NameDescription
documents Sequence[google.cloud.firestore_v1.types.Document]
The Documents found.
next_page_token str
The next page token.

Inheritance

builtins.object > proto.message.Message > ListDocumentsResponse