Class: Google::Firestore::V1::ListCollectionIdsResponse

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

Overview

The response from Firestore::ListCollectionIds.

Instance Attribute Summary collapse

Instance Attribute Details

#collection_idsArray<String>

Returns The collection ids.

Returns:

  • (Array<String>)

    The collection ids.



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

class ListCollectionIdsResponse; end

#next_page_tokenString

Returns A page token that may be used to continue the list.

Returns:

  • (String)

    A page token that may be used to continue the list.



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

class ListCollectionIdsResponse; end