BatchGetDocumentsResponse typedef

BatchGetDocumentsResponse = List<BatchGetDocumentsResponseElement>

The streamed response for Firestore.BatchGetDocuments.

Implementation

typedef BatchGetDocumentsResponse = core.List<BatchGetDocumentsResponseElement>;