Class: Google::Firestore::V1beta1::ListDocumentsResponse
- Inherits:
-
Object
- Object
- Google::Firestore::V1beta1::ListDocumentsResponse
- Defined in:
- lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb
Overview
The response for Firestore::ListDocuments.
Instance Attribute Summary collapse
-
#documents ⇒ Array<Google::Firestore::V1beta1::Document>
The Documents found.
-
#next_page_token ⇒ String
The next page token.
Instance Attribute Details
#documents ⇒ Array<Google::Firestore::V1beta1::Document>
Returns The Documents found.
102 |
# File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb', line 102 class ListDocumentsResponse; end |
#next_page_token ⇒ String
Returns The next page token.
102 |
# File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb', line 102 class ListDocumentsResponse; end |