Class: Google::Firestore::V1::ListDocumentsResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/firestore/v1/doc/google/firestore/v1/firestore.rb

Overview

The response for Firestore::ListDocuments.

Instance Attribute Summary collapse

Instance Attribute Details

#documentsArray<Google::Firestore::V1::Document>

Returns The Documents found.

Returns:



92
# File 'lib/google/cloud/firestore/v1/doc/google/firestore/v1/firestore.rb', line 92

class ListDocumentsResponse; end

#next_page_tokenString

Returns The next page token.

Returns:

  • (String)

    The next page token.



92
# File 'lib/google/cloud/firestore/v1/doc/google/firestore/v1/firestore.rb', line 92

class ListDocumentsResponse; end